From 70097d1b0a790646f3d7ac727cb7f3e01b3bb384 Mon Sep 17 00:00:00 2001 From: Edmund Haselwanter Date: Tue, 27 May 2014 09:38:21 +0200 Subject: [PATCH] add rubocop file --- .rubocop.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .rubocop.yml diff --git a/.rubocop.yml b/.rubocop.yml new file mode 100644 index 0000000..e0b5b6d --- /dev/null +++ b/.rubocop.yml @@ -0,0 +1,17 @@ +AllCops: + Excludes: + - '**/Puppetfile' +Documentation: + Enabled: false +AlignParameters: + Enabled: true +Encoding: + Enabled: true +HashSyntax: + Enabled: true +LineLength: + Enabled: false +MethodLength: + Max: 30 +NumericLiterals: + MinDigits: 10