diff options
author | varac <varacanero@zeromail.org> | 2016-06-27 13:49:50 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-06-27 13:49:50 +0200 |
commit | 0eac23ff397bbf58a9a6ef465c5b27fa6fa7d8c2 (patch) | |
tree | e80e936f569067c89f4750a1738ea004b7b5cad1 /Rakefile | |
parent | 8b69bebad7fe00886705f0402d542c1f11fba7b0 (diff) |
Puppet-lint 2.0 release
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ PuppetLint::RakeTask.new :lint do |config| # only check for custom manifests, not submodules for now config.pattern = modules_pattern('internal') config.ignore_paths = exclude_paths - config.disable_checks = ['documentation', '80chars'] + config.disable_checks = ['documentation', '140chars', 'arrow_alignment'] config.fail_on_warnings = false end |