- Enabled: false
-
-# Offense count: 5687
-# Cop supports --auto-correct.
-# Configuration parameters: EnforcedStyle, SupportedStyles.
-Style/HashSyntax:
- Enabled: false
-
-# Offense count: 41
-# Configuration parameters: MaxLineLength.
-Style/IfUnlessModifier:
- Enabled: false
+ Exclude:
+ - 'app/controllers/application_controller.rb'
+ - 'app/controllers/diary_entry_controller.rb'
+ - 'app/controllers/message_controller.rb'
+ - 'app/controllers/notes_controller.rb'
+ - 'app/controllers/site_controller.rb'
+ - 'app/controllers/user_blocks_controller.rb'
+ - 'app/controllers/user_controller.rb'
+ - 'app/controllers/user_roles_controller.rb'
+ - 'app/helpers/application_helper.rb'
+ - 'app/models/changeset.rb'
+ - 'app/models/user.rb'
+ - 'lib/diff_reader.rb'
+ - 'lib/object_metadata.rb'