Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouwe Maan <douwe@selenight.nl>2017-02-22 03:33:39 +0300
committerDouwe Maan <douwe@selenight.nl>2017-02-23 18:31:57 +0300
commitb3c514eed9d1914fbeb63a616f70b657054d0531 (patch)
tree98d7d3666b5361a6026b0646c919a76f316c3bd4 /.rubocop.yml
parentccbebbdfeb9ce78c0a386ae08ae88aeb7dc5ad86 (diff)
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