1 # This configuration was generated by
2 # `rubocop --auto-gen-config`
3 # on 2019-10-19 16:05:52 +0000 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.
9 # Work around erblint issues.
10 # https://github.com/openstreetmap/openstreetmap-website/issues/2472
17 # Cop supports --auto-correct.
18 # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
19 # URISchemes: http, https
24 # Configuration parameters: AllowSafeAssignment.
25 Lint/AssignmentInCondition:
27 - 'app/controllers/api/traces_controller.rb'
28 - 'app/controllers/api/user_preferences_controller.rb'
29 - 'app/controllers/application_controller.rb'
30 - 'app/controllers/geocoder_controller.rb'
31 - 'app/controllers/notes_controller.rb'
32 - 'app/controllers/traces_controller.rb'
33 - 'app/controllers/users_controller.rb'
34 - 'app/helpers/application_helper.rb'
35 - 'app/helpers/browse_tags_helper.rb'
36 - 'app/mailers/notifier.rb'
37 - 'app/models/client_application.rb'
40 - 'script/deliver-message'
43 # Configuration parameters: AllowComments.
44 Lint/SuppressedException:
46 - 'app/controllers/api/amf_controller.rb'
47 - 'app/controllers/users_controller.rb'
48 - 'app/controllers/site_controller.rb'
55 # Configuration parameters: CountComments, ExcludedMethods.
56 # ExcludedMethods: refine
61 # Configuration parameters: CountBlocks.
66 # Configuration parameters: CountComments.
71 Metrics/CyclomaticComplexity:
75 # Configuration parameters: CountComments, ExcludedMethods.
80 # Configuration parameters: CountComments.
85 # Configuration parameters: CountKeywordArgs.
86 Metrics/ParameterLists:
90 Metrics/PerceivedComplexity:
94 Naming/AccessorMethodName:
96 - 'app/controllers/application_controller.rb'
97 - 'app/helpers/title_helper.rb'
98 - 'app/models/old_way.rb'
103 # Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist, MethodDefinitionMacros.
104 # NamePrefix: is_, has_, have_
105 # NamePrefixBlacklist: is_, has_, have_
106 # NameWhitelist: is_a?
107 # MethodDefinitionMacros: define_method, define_singleton_method
108 Naming/PredicateName:
111 - 'app/models/changeset.rb'
112 - 'app/models/old_node.rb'
113 - 'app/models/old_relation.rb'
114 - 'app/models/old_way.rb'
115 - 'app/models/user.rb'
116 - 'lib/classic_pagination/pagination.rb'
119 # Cop supports --auto-correct.
120 Performance/RegexpMatch:
122 - 'app/helpers/browse_tags_helper.rb'
123 - 'app/validators/characters_validator.rb'
124 - 'app/validators/whitespace_validator.rb'
127 # Configuration parameters: Database, Include.
128 # SupportedDatabases: mysql, postgresql
129 # Include: db/migrate/*.rb
130 Rails/BulkChangeTable:
132 - 'db/migrate/20111116184519_update_oauth.rb'
133 - 'db/migrate/20120208122334_merge_acl_address_and_mask.rb'
134 - 'db/migrate/20120208194454_add_domain_to_acl.rb'
135 - 'db/migrate/20120404205604_add_user_and_description_to_redaction.rb'
138 # Configuration parameters: Include.
139 # Include: app/models/**/*.rb
140 Rails/HasAndBelongsToMany:
142 - 'app/models/changeset.rb'
143 - 'app/models/user.rb'
146 # Configuration parameters: Include.
147 # Include: app/helpers/**/*.rb
148 Rails/HelperInstanceVariable:
150 - 'app/helpers/application_helper.rb'
151 - 'app/helpers/title_helper.rb'
152 - 'app/helpers/trace_helper.rb'
155 # Configuration parameters: Include.
156 # Include: db/migrate/*.rb
159 - 'db/migrate/002_cleanup_osm_db.rb'
160 - 'db/migrate/020_populate_node_tags_and_remove.rb'
161 - 'db/migrate/021_move_to_innodb.rb'
162 - 'db/migrate/025_add_end_time_to_changesets.rb'
163 - 'db/migrate/20120404205604_add_user_and_description_to_redaction.rb'
168 - 'app/controllers/users_controller.rb'
169 - 'app/helpers/application_helper.rb'
170 - 'app/helpers/changesets_helper.rb'
171 - 'app/helpers/geocoder_helper.rb'
172 - 'app/helpers/note_helper.rb'
173 - 'app/helpers/open_graph_helper.rb'
174 - 'app/helpers/user_blocks_helper.rb'
176 - 'test/helpers/application_helper_test.rb'
179 # Cop supports --auto-correct.
180 # Configuration parameters: EnforcedStyle.
181 # SupportedStyles: strict, flexible
186 # Configuration parameters: AllowedChars.
189 - 'test/models/message_test.rb'
192 # Configuration parameters: EnforcedStyle.
193 # SupportedStyles: annotated, template, unannotated
194 Style/FormatStringToken:
196 - 'app/models/concerns/geo_record.rb'
197 - 'app/views/api/map/_bounds.xml.builder'
198 - 'lib/bounding_box.rb'
199 - 'test/controllers/api/map_controller_test.rb'
200 - 'test/controllers/api/relations_controller_test.rb'
201 - 'test/controllers/api/ways_controller_test.rb'
202 - 'test/lib/bounding_box_test.rb'
205 # Cop supports --auto-correct.
206 # Configuration parameters: EnforcedStyle.
207 # SupportedStyles: always, never
208 Style/FrozenStringLiteralComment:
212 # Cop supports --auto-correct.
213 Style/IfUnlessModifier:
215 - 'app/controllers/api/ways_controller.rb'
218 # Cop supports --auto-correct.
219 # Configuration parameters: Strict.
220 Style/NumericLiterals: