1 # This configuration was generated by
2 # `rubocop --auto-gen-config`
3 # on 2021-06-29 17:25:37 UTC using RuboCop version 1.18.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
18 # Cop supports --auto-correct.
19 # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
20 # URISchemes: http, https
25 # Configuration parameters: AllowSafeAssignment.
26 Lint/AssignmentInCondition:
28 - 'app/controllers/api/traces_controller.rb'
29 - 'app/controllers/api/user_preferences_controller.rb'
30 - 'app/controllers/application_controller.rb'
31 - 'app/controllers/geocoder_controller.rb'
32 - 'app/controllers/notes_controller.rb'
33 - 'app/controllers/traces_controller.rb'
34 - 'app/controllers/users_controller.rb'
35 - 'app/helpers/application_helper.rb'
36 - 'app/helpers/browse_tags_helper.rb'
37 - 'app/mailers/user_mailer.rb'
38 - 'app/models/client_application.rb'
41 - 'script/deliver-message'
44 # Configuration parameters: IgnoreLiteralBranches, IgnoreConstantBranches.
47 - 'app/controllers/api_controller.rb'
48 - 'app/controllers/diary_entries_controller.rb'
49 - 'app/controllers/geocoder_controller.rb'
50 - 'app/helpers/browse_tags_helper.rb'
51 - 'lib/password_hash.rb'
54 # Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
59 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
60 # IgnoredMethods: refine
65 # Configuration parameters: CountBlocks.
70 # Configuration parameters: CountComments, CountAsOne.
75 # Configuration parameters: IgnoredMethods.
76 Metrics/CyclomaticComplexity:
80 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
85 # Configuration parameters: CountKeywordArgs, MaxOptionalParameters.
86 Metrics/ParameterLists:
90 # Configuration parameters: IgnoredMethods.
91 Metrics/PerceivedComplexity:
95 Minitest/MultipleAssertions:
99 Naming/AccessorMethodName:
101 - 'app/controllers/application_controller.rb'
102 - 'app/helpers/title_helper.rb'
106 # Configuration parameters: CheckIdentifiers, CheckConstants, CheckVariables, CheckStrings, CheckSymbols, CheckComments, CheckFilepaths, FlaggedTerms.
107 Naming/InclusiveLanguage:
109 - 'app/controllers/sessions_controller.rb'
110 - 'app/controllers/users_controller.rb'
111 - 'app/helpers/browse_tags_helper.rb'
112 - 'app/views/api/capabilities/show.builder'
113 - 'app/views/confirmations/_resend_success_flash.html.erb'
114 - 'app/views/users/blocked.html.erb'
115 - 'app/views/users/suspended.html.erb'
116 - 'config/environments/production.rb'
117 - 'config/initializers/canonical_rails.rb'
118 - 'config/initializers/config.rb'
119 - 'config/initializers/doorkeeper.rb'
120 - 'test/integration/user_login_test.rb'
123 # Configuration parameters: NamePrefix, ForbiddenPrefixes, AllowedMethods, MethodDefinitionMacros.
124 # NamePrefix: is_, has_, have_
125 # ForbiddenPrefixes: is_, has_, have_
126 # AllowedMethods: is_a?
127 # MethodDefinitionMacros: define_method, define_singleton_method
128 Naming/PredicateName:
130 - 'app/models/changeset.rb'
131 - 'app/models/old_node.rb'
132 - 'app/models/old_relation.rb'
133 - 'app/models/old_way.rb'
134 - 'app/models/user.rb'
135 - 'lib/classic_pagination/pagination.rb'
138 # Configuration parameters: Database, Include.
139 # SupportedDatabases: mysql, postgresql
140 # Include: db/migrate/*.rb
141 Rails/BulkChangeTable:
143 - 'db/migrate/20111116184519_update_oauth.rb'
144 - 'db/migrate/20120208194454_add_domain_to_acl.rb'
145 - 'db/migrate/20120404205604_add_user_and_description_to_redaction.rb'
148 # Configuration parameters: Include.
149 # Include: app/models/**/*.rb
150 Rails/HasAndBelongsToMany:
152 - 'app/models/changeset.rb'
153 - 'app/models/user.rb'
156 # Configuration parameters: Include.
157 # Include: app/helpers/**/*.rb
158 Rails/HelperInstanceVariable:
160 - 'app/helpers/title_helper.rb'
163 # Configuration parameters: Include.
164 # Include: app/controllers/**/*.rb
165 Rails/LexicallyScopedActionFilter:
167 - 'app/controllers/oauth2_applications_controller.rb'
170 # Configuration parameters: Include.
171 # Include: db/migrate/*.rb
174 - 'db/migrate/002_cleanup_osm_db.rb'
175 - 'db/migrate/020_populate_node_tags_and_remove.rb'
176 - 'db/migrate/021_move_to_innodb.rb'
177 - 'db/migrate/025_add_end_time_to_changesets.rb'
178 - 'db/migrate/20120404205604_add_user_and_description_to_redaction.rb'
183 - 'app/controllers/sessions_controller.rb'
184 - 'app/controllers/users_controller.rb'
185 - 'app/helpers/application_helper.rb'
187 - 'test/helpers/application_helper_test.rb'
190 # Cop supports --auto-correct.
191 # Configuration parameters: EnforcedStyle.
192 # SupportedStyles: strict, flexible
197 # Cop supports --auto-correct.
200 - 'lib/tasks/auto_annotate_models.rake'
201 - 'lib/tasks/eslint.rake'
202 - 'lib/tasks/subscribe_diary_authors.rake'
203 - 'lib/tasks/subscribe_old_changesets.rake'
206 # Cop supports --auto-correct.
207 # Configuration parameters: EnforcedStyle.
208 # SupportedStyles: always, always_true, never
209 Style/FrozenStringLiteralComment:
213 # Cop supports --auto-correct.
214 # Configuration parameters: Strict.
215 Style/NumericLiterals: