diff options
author | Andre Arko <andre@arko.net> | 2015-08-24 00:54:54 -0700 |
---|---|---|
committer | Andre Arko <andre@arko.net> | 2015-08-24 00:54:54 -0700 |
commit | e46a40c9dff5f8608887255b7c55215233342c3c (patch) | |
tree | c814455c4e307a8cb84c2ac71aadf0503f639f8e | |
parent | 3e4f55db30c0e5aa3650c44e7d6dfe429b6842a4 (diff) | |
download | bundler-further_disablement.tar.gz |
disable ALL the metricsfurther_disablement
-rw-r--r-- | .rubocop.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml index 38bbcc04bb..cd4ca63fa1 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -91,3 +91,6 @@ Metrics/AbcSize: Metrics/CyclomaticComplexity: Enabled: false + +Metrics/PerceivedComplexity: + Enabled: false |