1 # This configuration was generated by
2 # `rubocop --auto-gen-config`
3 # on 2019-10-07 20:37:25 +0100 using RuboCop version 0.75.0.
4 # The point is for the user to remove these configuration records
5 # one by one as the offenses are removed from the code base.
6 # Note that changes in the inspected code, or installation of new
7 # versions of RuboCop, may require this file to be generated again.
10 # Configuration parameters: AllowSafeAssignment.
11 Lint/AssignmentInCondition:
13 - 'app/controllers/api/traces_controller.rb'
14 - 'app/controllers/api/user_preferences_controller.rb'
15 - 'app/controllers/application_controller.rb'
16 - 'app/controllers/geocoder_controller.rb'
17 - 'app/controllers/notes_controller.rb'
18 - 'app/controllers/traces_controller.rb'
19 - 'app/controllers/users_controller.rb'
20 - 'app/helpers/application_helper.rb'
21 - 'app/helpers/browse_tags_helper.rb'
22 - 'app/mailers/notifier.rb'
23 - 'app/models/client_application.rb'
26 - 'script/deliver-message'
29 # Configuration parameters: AllowComments.
30 Lint/HandleExceptions:
32 - 'app/controllers/api/amf_controller.rb'
33 - 'app/controllers/users_controller.rb'
40 # Configuration parameters: CountComments, ExcludedMethods.
41 # ExcludedMethods: refine
46 # Configuration parameters: CountBlocks.
51 # Configuration parameters: CountComments.
56 Metrics/CyclomaticComplexity:
60 # Configuration parameters: CountComments, ExcludedMethods.
65 # Configuration parameters: CountComments.
70 # Configuration parameters: CountKeywordArgs.
71 Metrics/ParameterLists:
75 Metrics/PerceivedComplexity:
79 Naming/AccessorMethodName:
81 - 'app/controllers/application_controller.rb'
82 - 'app/helpers/title_helper.rb'
83 - 'app/models/old_way.rb'
88 # Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist, MethodDefinitionMacros.
89 # NamePrefix: is_, has_, have_
90 # NamePrefixBlacklist: is_, has_, have_
91 # NameWhitelist: is_a?
92 # MethodDefinitionMacros: define_method, define_singleton_method
96 - 'app/models/changeset.rb'
97 - 'app/models/old_node.rb'
98 - 'app/models/old_relation.rb'
99 - 'app/models/old_way.rb'
100 - 'app/models/user.rb'
101 - 'lib/classic_pagination/pagination.rb'
104 # Cop supports --auto-correct.
105 Performance/RegexpMatch:
107 - 'app/helpers/browse_tags_helper.rb'
108 - 'app/validators/characters_validator.rb'
109 - 'app/validators/whitespace_validator.rb'
112 # Configuration parameters: Database, Include.
113 # SupportedDatabases: mysql, postgresql
114 # Include: db/migrate/*.rb
115 Rails/BulkChangeTable:
117 - 'db/migrate/20111116184519_update_oauth.rb'
118 - 'db/migrate/20120208122334_merge_acl_address_and_mask.rb'
119 - 'db/migrate/20120208194454_add_domain_to_acl.rb'
120 - 'db/migrate/20120404205604_add_user_and_description_to_redaction.rb'
123 # Configuration parameters: Include.
124 # Include: app/models/**/*.rb
125 Rails/HasAndBelongsToMany:
127 - 'app/models/changeset.rb'
128 - 'app/models/user.rb'
131 # Configuration parameters: Include.
132 # Include: app/helpers/**/*.rb
133 Rails/HelperInstanceVariable:
135 - 'app/helpers/application_helper.rb'
136 - 'app/helpers/title_helper.rb'
137 - 'app/helpers/trace_helper.rb'
140 # Configuration parameters: Include.
141 # Include: db/migrate/*.rb
144 - 'db/migrate/002_cleanup_osm_db.rb'
145 - 'db/migrate/020_populate_node_tags_and_remove.rb'
146 - 'db/migrate/021_move_to_innodb.rb'
147 - 'db/migrate/025_add_end_time_to_changesets.rb'
148 - 'db/migrate/20120404205604_add_user_and_description_to_redaction.rb'
153 - 'app/controllers/users_controller.rb'
154 - 'app/helpers/application_helper.rb'
155 - 'app/helpers/changesets_helper.rb'
156 - 'app/helpers/geocoder_helper.rb'
157 - 'app/helpers/note_helper.rb'
158 - 'app/helpers/open_graph_helper.rb'
159 - 'app/helpers/user_blocks_helper.rb'
161 - 'test/helpers/application_helper_test.rb'
164 # Cop supports --auto-correct.
165 # Configuration parameters: EnforcedStyle.
166 # SupportedStyles: strict, flexible
171 # Configuration parameters: AllowedChars.
174 - 'test/models/message_test.rb'
181 # Configuration parameters: EnforcedStyle.
182 # SupportedStyles: annotated, template, unannotated
183 Style/FormatStringToken:
185 - 'app/models/concerns/geo_record.rb'
186 - 'app/views/api/map/_bounds.xml.builder'
187 - 'lib/bounding_box.rb'
188 - 'test/controllers/api/map_controller_test.rb'
189 - 'test/controllers/api/relations_controller_test.rb'
190 - 'test/controllers/api/ways_controller_test.rb'
191 - 'test/lib/bounding_box_test.rb'
194 # Cop supports --auto-correct.
195 # Configuration parameters: EnforcedStyle.
196 # SupportedStyles: always, never
197 Style/FrozenStringLiteralComment:
201 # Cop supports --auto-correct.
202 Style/IfUnlessModifier:
204 - 'app/controllers/api/ways_controller.rb'
207 # Cop supports --auto-correct.
208 # Configuration parameters: Strict.
209 Style/NumericLiterals:
212 # Offense count: 3330
213 # Cop supports --auto-correct.
214 # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
215 # URISchemes: http, https