error mnap #29
Annotations
10 errors and 10 warnings
lint:
app/controllers/api/v1/geo_users_controller.rb#L7
[Correctable] Style/SymbolArray: Use %i or %I for an array of symbols. (https://rubystyle.guide#percent-i)
|
lint:
app/controllers/api/v1/geo_users_controller.rb#L11
[Correctable] Layout/LeadingCommentSpace: Missing space after #. (https://rubystyle.guide#hash-space)
|
lint:
app/controllers/api/v1/geo_users_controller.rb#L12
[Correctable] Layout/LeadingCommentSpace: Missing space after #. (https://rubystyle.guide#hash-space)
|
lint:
app/controllers/api/v1/geo_users_controller.rb#L13
[Correctable] Layout/LeadingCommentSpace: Missing space after #. (https://rubystyle.guide#hash-space)
|
lint:
app/controllers/api/v1/geo_users_controller.rb#L15
[Correctable] Layout/LeadingCommentSpace: Missing space after #. (https://rubystyle.guide#hash-space)
|
lint:
app/controllers/api/v1/geo_users_controller.rb#L17
[Correctable] Layout/LeadingCommentSpace: Missing space after #. (https://rubystyle.guide#hash-space)
|
lint:
app/controllers/api/v1/geo_users_controller.rb#L22
[Correctable] Layout/LeadingCommentSpace: Missing space after #. (https://rubystyle.guide#hash-space)
|
lint:
app/controllers/api/v1/geo_users_controller.rb#L24
[Correctable] Layout/LeadingCommentSpace: Missing space after #. (https://rubystyle.guide#hash-space)
|
lint:
app/controllers/api/v1/geo_users_controller.rb#L26
[Correctable] Layout/LeadingCommentSpace: Missing space after #. (https://rubystyle.guide#hash-space)
|
lint:
app/controllers/api/v1/geo_users_controller.rb#L31
[Correctable] Rails/Output: Do not write to stdout. Use Rails's logger if you want to log.
|
lint:
app/controllers/api/v1/geo_users_controller.rb#L30
[Correctable] Lint/AssignmentInCondition: Use == if you meant to do a comparison or wrap the expression in parentheses to indicate you meant to assign in a condition. (https://rubystyle.guide#safe-assignment-in-condition)
|
lint:
app/controllers/api/v1/geo_users_controller.rb#L31
Lint/Debugger: Remove debugger entry point p "============================================================SCHON DA".
|
lint:
app/controllers/api/v1/places_controller.rb#L46
Lint/Debugger: Remove debugger entry point p 'test'.
|
lint:
app/controllers/api/v1/places_controller.rb#L47
Lint/Debugger: Remove debugger entry point p @place.
|
lint:
app/controllers/api/v1/places_controller.rb#L60
Lint/Debugger: Remove debugger entry point p ENV['GEO_BOT_ACCOUNT'].
|
lint:
app/controllers/api/v1/places_controller.rb#L159
[Correctable] Lint/UselessAccessModifier: Useless private access modifier.
|
lint:
app/controllers/concerns/cache_concern.rb#L193
[Correctable] Layout/BeginEndAlignment: end at 193, 29 is not aligned with cached_keys_with_value = begin at 189, 4.
|
lint:
app/models/place.rb#L58
Lint/UselessAssignment: Useless assignment to variable - feature. (https://rubystyle.guide#underscore-unused-vars)
|
lint:
app/models/place.rb#L73
Lint/Debugger: Remove debugger entry point p return_tags.
|
lint:
app/models/place.rb#L147
Lint/Debugger: Remove debugger entry point p e.
|