+ - 'db/migrate/*.rb'
+ - 'app/controllers/users_controller.rb'
+
+Style/BracesAroundHashParameters:
+ EnforcedStyle: context_dependent
+
+Style/Documentation:
+ Enabled: false
+
+Style/FormatStringToken:
+ EnforcedStyle: template
+
+Style/IfInsideElse:
+ Enabled: false
+
+Style/GuardClause:
+ Enabled: false
+