]> git.openstreetmap.org Git - rails.git/blob - .rubocop_todo.yml
Update bundle
[rails.git] / .rubocop_todo.yml
1 # This configuration was generated by
2 # `rubocop --auto-gen-config`
3 # on 2022-11-01 18:20:38 UTC using RuboCop version 1.38.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: 555
18 # This cop supports safe autocorrection (--autocorrect).
19 # Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, AllowedPatterns, IgnoredPatterns.
20 # URISchemes: http, https
21 Layout/LineLength:
22   Max: 248
23
24 # Offense count: 29
25 # Configuration parameters: AllowSafeAssignment.
26 Lint/AssignmentInCondition:
27   Exclude:
28     - 'app/controllers/accounts_controller.rb'
29     - 'app/controllers/api/traces_controller.rb'
30     - 'app/controllers/api/user_preferences_controller.rb'
31     - 'app/controllers/application_controller.rb'
32     - 'app/controllers/geocoder_controller.rb'
33     - 'app/controllers/notes_controller.rb'
34     - 'app/controllers/traces_controller.rb'
35     - 'app/controllers/users_controller.rb'
36     - 'app/helpers/application_helper.rb'
37     - 'app/helpers/browse_tags_helper.rb'
38     - 'app/mailers/user_mailer.rb'
39     - 'app/models/client_application.rb'
40     - 'lib/nominatim.rb'
41     - 'lib/osm.rb'
42     - 'script/deliver-message'
43
44 # Offense count: 676
45 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods, CountRepeatedAttributes.
46 Metrics/AbcSize:
47   Max: 189
48
49 # Offense count: 73
50 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
51 # AllowedMethods: refine
52 Metrics/BlockLength:
53   Max: 71
54
55 # Offense count: 15
56 # Configuration parameters: CountBlocks.
57 Metrics/BlockNesting:
58   Max: 5
59
60 # Offense count: 25
61 # Configuration parameters: CountComments, CountAsOne.
62 Metrics/ClassLength:
63   Max: 316
64
65 # Offense count: 58
66 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
67 Metrics/CyclomaticComplexity:
68   Max: 25
69
70 # Offense count: 751
71 # Configuration parameters: CountComments, CountAsOne, ExcludedMethods, AllowedMethods, AllowedPatterns, IgnoredMethods.
72 Metrics/MethodLength:
73   Max: 179
74
75 # Offense count: 1
76 # Configuration parameters: CountKeywordArgs, MaxOptionalParameters.
77 Metrics/ParameterLists:
78   Max: 6
79
80 # Offense count: 57
81 # Configuration parameters: AllowedMethods, AllowedPatterns, IgnoredMethods.
82 Metrics/PerceivedComplexity:
83   Max: 26
84
85 # Offense count: 2495
86 # This cop supports safe autocorrection (--autocorrect).
87 Minitest/EmptyLineBeforeAssertionMethods:
88   Enabled: false
89
90 # Offense count: 560
91 Minitest/MultipleAssertions:
92   Max: 52
93
94 # Offense count: 1
95 # Configuration parameters: NamePrefix, ForbiddenPrefixes, AllowedMethods, MethodDefinitionMacros.
96 # NamePrefix: is_, has_, have_
97 # ForbiddenPrefixes: is_, has_, have_
98 # AllowedMethods: is_a?
99 # MethodDefinitionMacros: define_method, define_singleton_method
100 Naming/PredicateName:
101   Exclude:
102     - 'app/models/user.rb'
103
104 # Offense count: 8
105 # This cop supports unsafe autocorrection (--autocorrect-all).
106 Rails/ActionControllerFlashBeforeRender:
107   Exclude:
108     - 'app/controllers/confirmations_controller.rb'
109     - 'app/controllers/friendships_controller.rb'
110     - 'app/controllers/oauth_controller.rb'
111     - 'app/controllers/traces_controller.rb'
112     - 'app/controllers/user_blocks_controller.rb'
113     - 'app/controllers/users_controller.rb'
114
115 # Offense count: 5
116 # Configuration parameters: Database, Include.
117 # SupportedDatabases: mysql, postgresql
118 # Include: db/migrate/*.rb
119 Rails/BulkChangeTable:
120   Exclude:
121     - 'db/migrate/20111116184519_update_oauth.rb'
122     - 'db/migrate/20120208194454_add_domain_to_acl.rb'
123     - 'db/migrate/20120404205604_add_user_and_description_to_redaction.rb'
124
125 # Offense count: 2
126 # Configuration parameters: Include.
127 # Include: app/models/**/*.rb
128 Rails/HasAndBelongsToMany:
129   Exclude:
130     - 'app/models/changeset.rb'
131     - 'app/models/user.rb'
132
133 # Offense count: 3
134 # Configuration parameters: Include.
135 # Include: app/helpers/**/*.rb
136 Rails/HelperInstanceVariable:
137   Exclude:
138     - 'app/helpers/title_helper.rb'
139
140 # Offense count: 16
141 # Configuration parameters: IgnoreScopes, Include.
142 # Include: app/models/**/*.rb
143 Rails/InverseOf:
144   Exclude:
145     - 'app/models/changeset.rb'
146     - 'app/models/diary_entry.rb'
147     - 'app/models/friendship.rb'
148     - 'app/models/issue.rb'
149     - 'app/models/message.rb'
150     - 'app/models/note.rb'
151     - 'app/models/user.rb'
152
153 # Offense count: 2
154 # Configuration parameters: Include.
155 # Include: app/controllers/**/*.rb, app/mailers/**/*.rb
156 Rails/LexicallyScopedActionFilter:
157   Exclude:
158     - 'app/controllers/oauth2_applications_controller.rb'
159     - 'app/controllers/oauth2_authorizations_controller.rb'
160
161 # Offense count: 5
162 # Configuration parameters: Include.
163 # Include: db/migrate/*.rb
164 Rails/NotNullColumn:
165   Exclude:
166     - 'db/migrate/002_cleanup_osm_db.rb'
167     - 'db/migrate/020_populate_node_tags_and_remove.rb'
168     - 'db/migrate/021_move_to_innodb.rb'
169     - 'db/migrate/025_add_end_time_to_changesets.rb'
170     - 'db/migrate/20120404205604_add_user_and_description_to_redaction.rb'
171
172 # Offense count: 9
173 Rails/OutputSafety:
174   Exclude:
175     - 'app/controllers/sessions_controller.rb'
176     - 'app/controllers/users_controller.rb'
177     - 'app/helpers/application_helper.rb'
178     - 'lib/rich_text.rb'
179     - 'test/helpers/application_helper_test.rb'
180
181 # Offense count: 6
182 # This cop supports safe autocorrection (--autocorrect).
183 Rake/Desc:
184   Exclude:
185     - 'lib/tasks/auto_annotate_models.rake'
186     - 'lib/tasks/eslint.rake'
187     - 'lib/tasks/subscribe_diary_authors.rake'
188     - 'lib/tasks/subscribe_old_changesets.rake'
189
190 # Offense count: 625
191 # This cop supports unsafe autocorrection (--autocorrect-all).
192 # Configuration parameters: EnforcedStyle.
193 # SupportedStyles: always, always_true, never
194 Style/FrozenStringLiteralComment:
195   Enabled: false
196
197 # Offense count: 72
198 # This cop supports safe autocorrection (--autocorrect).
199 # Configuration parameters: Strict, AllowedNumbers, AllowedPatterns.
200 Style/NumericLiterals:
201   MinDigits: 15