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:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-04-12 00:33:50 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-04-12 00:33:50 +0300
commit52be9e20f9e2382f01a778d7b348283e7dd757e6 (patch)
tree2a22a5575f62c0ffada22ac27121c648544a4822 /.rubocop.yml
parentaf7214d0f077f738ed57194feb0cd468c43d4310 (diff)
parent7998725e3c2557c04ceece028dd73a316a3a746c (diff)
Merge remote-tracking branch 'origin/master' into ci-commit-as-pipeline
# Conflicts: # app/views/projects/commits/_commit.html.haml
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 71273ce6098..2fda0b03119 100644
--- a/.rubocop.yml
+++ b/.rubocop.yml
@@ -691,7 +691,7 @@ Style/ZeroLengthPredicate:
# branches, and conditions.
Metrics/AbcSize:
Enabled: true
- Max: 70
+ Max: 60
# Avoid excessive block nesting.
Metrics/BlockNesting: