Disable Rails/UniqBeforePluck rubocop cop

This commit is contained in:
Grzegorz Bizon 2016-06-04 20:43:18 +02:00
parent 10758a48c5
commit 1faed033ce
1 changed files with 3 additions and 0 deletions

View File

@ -1088,6 +1088,9 @@ Rails/TimeZone:
Rails/Validation:
Enabled: false
Rails/UniqBeforePluck:
Enabled: false
##################### RSpec ##################################
# Check that instances are not being stubbed globally.