+ - 'bin/setup'
+ - 'bin/update'
+
+Style/RedundantCondition:
+ Exclude:
+ - 'app/controllers/messages_controller.rb'
+ - 'app/controllers/sessions_controller.rb'
+ - 'app/controllers/users_controller.rb'
+
+Style/StringLiterals:
+ EnforcedStyle: double_quotes
+
+Style/SymbolArray:
+ EnforcedStyle: brackets