Created
February 8, 2016 09:10
-
-
Save jerith/09a5231e1cc9832de2bb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/Rakefile b/Rakefile | |
| index 7d81c30..011ef9c 100644 | |
| --- a/Rakefile | |
| +++ b/Rakefile | |
| @@ -13,9 +13,8 @@ Rake::Task[:lint].clear | |
| PuppetLint::RakeTask.new(:lint) do |config| | |
| config.fail_on_warnings = true | |
| config.disable_checks = [ | |
| - '80chars', | |
| - 'class_inherits_from_params_class', | |
| - 'autoloader_layout', | |
| + '80chars', | |
| + 'class_inherits_from_params_class', | |
| ] | |
| config.ignore_paths = ["vendor/**/*.pp", "spec/**/*.pp", "modules/**/*.pp"] | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment