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