Disable Style/EmptyMethod rubocop rule after debate agreement

This commit is contained in:
Bertocq
2017-06-27 17:19:05 +02:00
parent 904e3fdcfa
commit c16b0cba4d

View File

@@ -22,6 +22,9 @@ Metrics/LineLength:
Layout/IndentationConsistency:
EnforcedStyle: rails
Style/EmptyMethod:
Enabled: false
Style/StringLiterals:
Enabled: false