From 418744903997e9f8bf57ec190916f8aee9ae07c1 Mon Sep 17 00:00:00 2001 From: Dominik Richter Date: Fri, 12 Dec 2014 01:25:27 +0100 Subject: [PATCH] updating common files updating files: [".rubocop.yml"] --- .rubocop.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.rubocop.yml b/.rubocop.yml index 5905bdb..e7013b3 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -3,6 +3,7 @@ AllCops: Exclude: - vendor/**/* - "*/puppet/Puppetfile" + - "*/puppet/.tmp/**/*" Documentation: Enabled: false AlignParameters: @@ -21,3 +22,5 @@ Metrics/CyclomaticComplexity: Max: 10 Metrics/PerceivedComplexity: Max: 10 +Metrics/AbcSize: + Max: 29