summaryrefslogtreecommitdiff
path: root/.rubocop.yml
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-02-21 18:33:39 -0600
committerDouwe Maan <douwe@selenight.nl>2017-02-23 09:31:57 -0600
commitb3c514eed9d1914fbeb63a616f70b657054d0531 (patch)
tree98d7d3666b5361a6026b0646c919a76f316c3bd4 /.rubocop.yml
parentccbebbdfeb9ce78c0a386ae08ae88aeb7dc5ad86 (diff)
downloadgitlab-ce-b3c514eed9d1914fbeb63a616f70b657054d0531.tar.gz
Disable Rails/DynamicFindBy
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 3aae3a0261b..c10a46d344b 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -929,6 +929,9 @@ Performance/RedundantBlockCall:
Performance/RedundantMatch:
Enabled: true
+Rails/DynamicFindBy:
+ Enabled: false
+
Rails/HttpPositionalArguments:
Enabled: false