-# Offense count: 21
-# Cop supports --auto-correct.
-# Configuration parameters: AutoCorrect, EnforcedStyle.
-# SupportedStyles: predicate, comparison
-Style/NumericPredicate:
- Exclude:
- - 'spec/**/*'
- - 'app/controllers/amf_controller.rb'
- - 'app/controllers/changeset_controller.rb'
- - 'app/controllers/notes_controller.rb'
- - 'app/helpers/banner_helper.rb'
- - 'app/helpers/issues_helper.rb'
- - 'app/models/relation.rb'
- - 'app/models/trace.rb'
- - 'app/models/way.rb'
- - 'db/migrate/021_move_to_innodb.rb'
- - 'lib/classic_pagination/pagination.rb'
- - 'lib/daemons/gpx_import.rb'
- - 'lib/gpx.rb'
- - 'test/controllers/amf_controller_test.rb'
-