Skip to content

Instantly share code, notes, and snippets.

@jerith
Created February 8, 2016 09:10
Show Gist options
  • Select an option

  • Save jerith/09a5231e1cc9832de2bb to your computer and use it in GitHub Desktop.

Select an option

Save jerith/09a5231e1cc9832de2bb to your computer and use it in GitHub Desktop.
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