# This configuration was generated by
# `rubocop --auto-gen-config`
-# on 2021-06-29 17:25:37 UTC using RuboCop version 1.18.0.
+# on 2021-09-14 19:29:59 UTC using RuboCop version 1.21.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
- rubocop-rails
- rubocop-rake
-# Offense count: 510
+# Offense count: 524
# Cop supports --auto-correct.
-# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
+# Configuration parameters: AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
# URISchemes: http, https
Layout/LineLength:
Max: 270
+# Offense count: 62
+# Cop supports --auto-correct.
+Lint/AmbiguousOperatorPrecedence:
+ Exclude:
+ - 'app/controllers/geocoder_controller.rb'
+ - 'app/models/user.rb'
+ - 'lib/bounding_box.rb'
+ - 'lib/osm.rb'
+ - 'lib/rich_text.rb'
+ - 'lib/short_link.rb'
+ - 'test/controllers/api/old_nodes_controller_test.rb'
+ - 'test/lib/short_link_test.rb'
+
# Offense count: 34
# Configuration parameters: AllowSafeAssignment.
Lint/AssignmentInCondition:
- 'app/helpers/browse_tags_helper.rb'
- 'lib/password_hash.rb'
-# Offense count: 631
+# Offense count: 643
# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
Metrics/AbcSize:
- Max: 235
+ Max: 189
-# Offense count: 68
+# Offense count: 69
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
# IgnoredMethods: refine
Metrics/BlockLength:
# Offense count: 25
# Configuration parameters: CountComments, CountAsOne.
Metrics/ClassLength:
- Max: 361
+ Max: 337
-# Offense count: 56
+# Offense count: 58
# Configuration parameters: IgnoredMethods.
Metrics/CyclomaticComplexity:
Max: 25
-# Offense count: 703
+# Offense count: 716
# Configuration parameters: CountComments, CountAsOne, ExcludedMethods, IgnoredMethods.
Metrics/MethodLength:
Max: 179
Metrics/ParameterLists:
Max: 6
-# Offense count: 60
+# Offense count: 62
# Configuration parameters: IgnoredMethods.
Metrics/PerceivedComplexity:
Max: 26
-# Offense count: 519
+# Offense count: 528
Minitest/MultipleAssertions:
- Max: 88
+ Max: 54
-# Offense count: 4
+# Offense count: 3
Naming/AccessorMethodName:
Exclude:
- 'app/controllers/application_controller.rb'
- 'app/helpers/title_helper.rb'
- 'lib/osm.rb'
-# Offense count: 21
-# Configuration parameters: CheckIdentifiers, CheckConstants, CheckVariables, CheckStrings, CheckSymbols, CheckComments, CheckFilepaths, FlaggedTerms.
-Naming/InclusiveLanguage:
- Exclude:
- - 'app/controllers/sessions_controller.rb'
- - 'app/controllers/users_controller.rb'
- - 'app/helpers/browse_tags_helper.rb'
- - 'app/views/api/capabilities/show.builder'
- - 'app/views/confirmations/_resend_success_flash.html.erb'
- - 'app/views/users/blocked.html.erb'
- - 'app/views/users/suspended.html.erb'
- - 'config/environments/production.rb'
- - 'config/initializers/canonical_rails.rb'
- - 'config/initializers/config.rb'
- - 'config/initializers/doorkeeper.rb'
- - 'test/integration/user_login_test.rb'
-
# Offense count: 8
# Configuration parameters: NamePrefix, ForbiddenPrefixes, AllowedMethods, MethodDefinitionMacros.
# NamePrefix: is_, has_, have_
- 'lib/tasks/subscribe_diary_authors.rake'
- 'lib/tasks/subscribe_old_changesets.rake'
-# Offense count: 597
+# Offense count: 602
# Cop supports --auto-correct.
# Configuration parameters: EnforcedStyle.
# SupportedStyles: always, always_true, never