- Enabled: false
-
-# Offense count: 1
-# Configuration parameters: AlignWith, SupportedStyles.
-Lint/DefEndAlignment:
- Enabled: false
-
-# Offense count: 2
-Lint/DuplicateMethods:
- Enabled: false
-
-# Offense count: 5
-# Configuration parameters: AlignWith, SupportedStyles.
-Lint/EndAlignment:
- Enabled: false
-
-# Offense count: 8
-Lint/HandleExceptions:
- Enabled: false
-
-# Offense count: 1
-Lint/LiteralInCondition:
- Enabled: false
-
-# Offense count: 8
-Lint/ParenthesesAsGroupedExpression:
- Enabled: false
-
-# Offense count: 18
-Lint/RescueException:
- Enabled: false
-
-# Offense count: 3
-Lint/ShadowingOuterLocalVariable:
- Enabled: false
-
-# Offense count: 2
-Lint/UselessAccessModifier:
- Enabled: false
-
-# Offense count: 48
-Lint/UselessAssignment:
- Enabled: false
-
-# Offense count: 2
-Lint/Void:
- Enabled: false
-
-# Offense count: 546
+ Exclude:
+ - 'app/controllers/accounts_controller.rb'
+ - 'app/controllers/api/traces_controller.rb'
+ - 'app/controllers/api/user_preferences_controller.rb'
+ - 'app/controllers/application_controller.rb'
+ - 'app/controllers/geocoder_controller.rb'
+ - 'app/controllers/notes_controller.rb'
+ - 'app/controllers/traces_controller.rb'
+ - 'app/controllers/users_controller.rb'
+ - 'app/helpers/application_helper.rb'
+ - 'app/helpers/browse_tags_helper.rb'
+ - 'app/mailers/user_mailer.rb'
+ - 'app/models/client_application.rb'
+ - 'lib/nominatim.rb'
+ - 'lib/osm.rb'
+ - 'script/deliver-message'
+
+# Offense count: 7
+# Configuration parameters: IgnoreLiteralBranches, IgnoreConstantBranches.
+Lint/DuplicateBranch:
+ Exclude:
+ - 'app/controllers/api_controller.rb'
+ - 'app/controllers/diary_entries_controller.rb'
+ - 'app/controllers/geocoder_controller.rb'
+ - 'app/helpers/browse_tags_helper.rb'
+
+# Offense count: 663
+# Configuration parameters: IgnoredMethods, CountRepeatedAttributes.