diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-06-04 20:43:18 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-06-04 20:43:18 +0200 |
commit | 1faed033ce12fb5a7190a3393e43cbea0154cb8a (patch) | |
tree | 7573b56726cbdb9dc88892e407822a744725e990 /.rubocop.yml | |
parent | 10758a48c508970d301d8a4e48e19c6c19765a94 (diff) | |
download | gitlab-ce-1faed033ce12fb5a7190a3393e43cbea0154cb8a.tar.gz |
Disable Rails/UniqBeforePluck rubocop coprubocop/disable-uniq-before-pluck-cop
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 3593ae29f24..bbe4e1ece33 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -1088,6 +1088,9 @@ Rails/TimeZone: Rails/Validation: Enabled: false +Rails/UniqBeforePluck: + Enabled: false + ##################### RSpec ################################## # Check that instances are not being stubbed globally. |