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:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-06-03 11:59:43 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-06-03 11:59:43 +0300
commit080997d87edcafd7afd3c3aa01da441e87493fdd (patch)
tree42ea3a3d66cf2c18caccd8f1251e2459ac2b59a9 /.rubocop.yml
parentae5f17ae2dc0009ca5fce9a46db18af943dffbd5 (diff)
Enable Lint/AmbiguousOperator rubocop cop
See #17478
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
index 84a8015b410..c7a9e697192 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -771,7 +771,7 @@ Metrics/PerceivedComplexity:
# Checks for ambiguous operators in the first argument of a method invocation
# without parentheses.
Lint/AmbiguousOperator:
- Enabled: false
+ Enabled: true
# Checks for ambiguous regexp literals in the first argument of a method
# invocation without parentheses.