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-05-23 20:43:58 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-05-23 20:50:31 +0300
commit17eaecd6c7cb33d0f171ae10da190fa120a817f3 (patch)
treec8eac4d6aa1c9dfa849af6ccd787dc87de3f3cc2 /.rubocop.yml
parentbc806831e818b6e1ec2d1ae81221126f03c01f11 (diff)
Enable Style/InfiniteLoop Rubocop cop
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 0946ef5d848..3f5a7052694 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -299,7 +299,7 @@ Style/IndentHash:
# Use Kernel#loop for infinite loops.
Style/InfiniteLoop:
- Enabled: false
+ Enabled: true
# Use the new lambda literal syntax for single-line blocks.
Style/Lambda: