-# Offense count: 6
-# Cop supports --auto-correct.
-Minitest/AssertEqual:
- Exclude:
- - 'test/controllers/api/amf_controller_test.rb'
-
-# Offense count: 27
-# Cop supports --auto-correct.
-Minitest/AssertIncludes:
- Exclude:
- - 'test/controllers/api/amf_controller_test.rb'
- - 'test/controllers/api/nodes_controller_test.rb'
- - 'test/helpers/browse_helper_test.rb'
- - 'test/lib/i18n_test.rb'
- - 'test/models/node_test.rb'
- - 'test/models/old_node_test.rb'
- - 'test/models/user_test.rb'
-
-# Offense count: 104
-# Cop supports --auto-correct.
-Minitest/AssertTruthy:
- Enabled: false
-
-# Offense count: 110
-# Cop supports --auto-correct.
-Minitest/RefuteFalse:
- Enabled: false
-
-# Offense count: 6
-Naming/AccessorMethodName:
- Exclude:
- - 'app/controllers/application_controller.rb'
- - 'app/helpers/title_helper.rb'
- - 'app/models/old_way.rb'
- - 'lib/osm.rb'
- - 'lib/potlatch.rb'
-
-# Offense count: 8
-# Configuration parameters: NamePrefix, NamePrefixBlacklist, NameWhitelist, MethodDefinitionMacros.
+# Offense count: 1
+# Configuration parameters: NamePrefix, ForbiddenPrefixes, AllowedMethods, MethodDefinitionMacros.