]> git.openstreetmap.org Git - rails.git/blob - .rubocop_todo.yml
Localisation updates from https://translatewiki.net.
[rails.git] / .rubocop_todo.yml
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.
8
9 # Work around erblint issues.
10 # https://github.com/openstreetmap/openstreetmap-website/issues/2472
11 require:
12   - rubocop-minitest
13   - rubocop-performance
14   - rubocop-rails
15   - rubocop-rake
16
17 # Offense count: 510
18 # Cop supports --auto-correct.
19 # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
20 # URISchemes: http, https
21 Layout/LineLength:
22   Max: 270
23
24 # Offense count: 34
25 # Configuration parameters: AllowSafeAssignment.
26 Lint/AssignmentInCondition:
27   Exclude:
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'
39     - 'lib/nominatim.rb'
40     - 'lib/osm.rb'
41     - 'script/deliver-message'
42
43 # Offense count: 8
44 # Configuration parameters: IgnoreLiteralBranches, IgnoreConstantBranches.
45 Lint/DuplicateBranch:
46   Exclude:
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'
52
53 # Offense count: 631
54 # Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
55 Metrics/AbcSize:
56   Max: 235
57
58 # Offense count: 68
59 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
60 # IgnoredMethods: refine
61 Metrics/BlockLength:
62   Max: 71
63
64 # Offense count: 15
65 # Configuration parameters: CountBlocks.
66 Metrics/BlockNesting:
67   Max: 5
68
69 # Offense count: 25
70 # Configuration parameters: CountComments, CountAsOne.
71 Metrics/ClassLength:
72   Max: 361
73
74 # Offense count: 56
75 # Configuration parameters: IgnoredMethods.
76 Metrics/CyclomaticComplexity:
77   Max: 25
78
79 # Offense count: 703
80 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
81 Metrics/MethodLength:
82   Max: 179
83
84 # Offense count: 1
85 # Configuration parameters: CountKeywordArgs, MaxOptionalParameters.
86 Metrics/ParameterLists:
87   Max: 6
88
89 # Offense count: 60
90 # Configuration parameters: IgnoredMethods.
91 Metrics/PerceivedComplexity:
92   Max: 26
93
94 # Offense count: 519
95 Minitest/MultipleAssertions:
96   Max: 88
97
98 # Offense count: 4
99 Naming/AccessorMethodName:
100   Exclude:
101     - 'app/controllers/application_controller.rb'
102     - 'app/helpers/title_helper.rb'
103     - 'lib/osm.rb'
104
105 # Offense count: 21
106 # Configuration parameters: CheckIdentifiers, CheckConstants, CheckVariables, CheckStrings, CheckSymbols, CheckComments, CheckFilepaths, FlaggedTerms.
107 Naming/InclusiveLanguage:
108   Exclude:
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/suspended.html.erb'
115     - 'config/environments/production.rb'
116     - 'config/initializers/canonical_rails.rb'
117     - 'config/initializers/config.rb'
118     - 'config/initializers/doorkeeper.rb'
119
120 # Offense count: 8
121 # Configuration parameters: NamePrefix, ForbiddenPrefixes, AllowedMethods, MethodDefinitionMacros.
122 # NamePrefix: is_, has_, have_
123 # ForbiddenPrefixes: is_, has_, have_
124 # AllowedMethods: is_a?
125 # MethodDefinitionMacros: define_method, define_singleton_method
126 Naming/PredicateName:
127   Exclude:
128     - 'app/models/changeset.rb'
129     - 'app/models/old_node.rb'
130     - 'app/models/old_relation.rb'
131     - 'app/models/old_way.rb'
132     - 'app/models/user.rb'
133     - 'lib/classic_pagination/pagination.rb'
134
135 # Offense count: 5
136 # Configuration parameters: Database, Include.
137 # SupportedDatabases: mysql, postgresql
138 # Include: db/migrate/*.rb
139 Rails/BulkChangeTable:
140   Exclude:
141     - 'db/migrate/20111116184519_update_oauth.rb'
142     - 'db/migrate/20120208194454_add_domain_to_acl.rb'
143     - 'db/migrate/20120404205604_add_user_and_description_to_redaction.rb'
144
145 # Offense count: 2
146 # Configuration parameters: Include.
147 # Include: app/models/**/*.rb
148 Rails/HasAndBelongsToMany:
149   Exclude:
150     - 'app/models/changeset.rb'
151     - 'app/models/user.rb'
152
153 # Offense count: 3
154 # Configuration parameters: Include.
155 # Include: app/helpers/**/*.rb
156 Rails/HelperInstanceVariable:
157   Exclude:
158     - 'app/helpers/title_helper.rb'
159
160 # Offense count: 1
161 # Configuration parameters: Include.
162 # Include: app/controllers/**/*.rb
163 Rails/LexicallyScopedActionFilter:
164   Exclude:
165     - 'app/controllers/oauth2_applications_controller.rb'
166
167 # Offense count: 5
168 # Configuration parameters: Include.
169 # Include: db/migrate/*.rb
170 Rails/NotNullColumn:
171   Exclude:
172     - 'db/migrate/002_cleanup_osm_db.rb'
173     - 'db/migrate/020_populate_node_tags_and_remove.rb'
174     - 'db/migrate/021_move_to_innodb.rb'
175     - 'db/migrate/025_add_end_time_to_changesets.rb'
176     - 'db/migrate/20120404205604_add_user_and_description_to_redaction.rb'
177
178 # Offense count: 9
179 Rails/OutputSafety:
180   Exclude:
181     - 'app/controllers/sessions_controller.rb'
182     - 'app/controllers/users_controller.rb'
183     - 'app/helpers/application_helper.rb'
184     - 'lib/rich_text.rb'
185     - 'test/helpers/application_helper_test.rb'
186
187 # Offense count: 91
188 # Cop supports --auto-correct.
189 # Configuration parameters: EnforcedStyle.
190 # SupportedStyles: strict, flexible
191 Rails/TimeZone:
192   Enabled: false
193
194 # Offense count: 6
195 # Cop supports --auto-correct.
196 Rake/Desc:
197   Exclude:
198     - 'lib/tasks/auto_annotate_models.rake'
199     - 'lib/tasks/eslint.rake'
200     - 'lib/tasks/subscribe_diary_authors.rake'
201     - 'lib/tasks/subscribe_old_changesets.rake'
202
203 # Offense count: 597
204 # Cop supports --auto-correct.
205 # Configuration parameters: EnforcedStyle.
206 # SupportedStyles: always, always_true, never
207 Style/FrozenStringLiteralComment:
208   Enabled: false
209
210 # Offense count: 73
211 # Cop supports --auto-correct.
212 # Configuration parameters: Strict.
213 Style/NumericLiterals:
214   MinDigits: 15