diff options
author | Valery Sizov <valery@gitlab.com> | 2016-04-19 13:00:38 +0300 |
---|---|---|
committer | Valery Sizov <valery@gitlab.com> | 2016-04-20 15:07:06 +0300 |
commit | 1965ff3eb2def05e17b234b416f9c22633509661 (patch) | |
tree | 5b9927a75666f8351064d62b21de775246347661 /.rubocop.yml | |
parent | 55380e69fcd070751a26e368da55968fa3f57419 (diff) | |
download | gitlab-ce-1965ff3eb2def05e17b234b416f9c22633509661.tar.gz |
Backport select_helper from EEbackport_changes_from_ee
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 2fda0b03119..83ed6c38678 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -728,7 +728,7 @@ Metrics/ParameterLists: # A complexity metric geared towards measuring complexity for a human reader. Metrics/PerceivedComplexity: Enabled: true - Max: 17 + Max: 18 #################### Lint ################################ |