rubocop: turn off whitespace hunting

This commit is contained in:
Priit Tamboom 2014-10-09 14:03:45 +03:00
parent c1d840caa3
commit 911c75cc75

View file

@ -29,6 +29,10 @@ Style/BracesAroundHashParameters:
Style/IndentHash:
Enabled: false
# a bit too annoying requirement, no big drawback yet dedected
Style/TrailingWhitespace:
Enabled: false
# allow == operator used in void context in specs
Void:
Exclude: