diff options
author | Alex Legler <alex@a3li.li> | 2016-06-01 19:46:02 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2016-06-01 19:46:02 +0200 |
commit | d7253849ef63939cab916b242af7762cad546197 (patch) | |
tree | ba82d8172a074f8356aedd5ebba8f69e006fd24c | |
parent | Add GLSAMAKER_BUGZIE_SKIP to skip bugzilla operations (diff) | |
download | glsamaker-d7253849ef63939cab916b242af7762cad546197.tar.gz glsamaker-d7253849ef63939cab916b242af7762cad546197.tar.bz2 glsamaker-d7253849ef63939cab916b242af7762cad546197.zip |
Be less strict on the old methods
-rw-r--r-- | .rubocop.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index d2f9768..2be5ee8 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -18,3 +18,6 @@ Metrics/MethodLength: Metrics/ModuleLength: Max: 200 + +Metrics/AbcSize: + Max: 50 |