Skip to content

Commit

Permalink
add lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
deric committed Apr 23, 2015
1 parent 87377cc commit 6e7be0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .puppet-lint.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
--no-80chars-check
--no-class_inherits_from_params_class-check
--no-documentation-check
--no-autoloader_layout
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Rake::Task[:lint].clear
PuppetLint::RakeTask.new :lint do |config|
config.ignore_paths = ["spec/**/*.pp", "vendor/**/*.pp", "pkg/**/*.pp"]
config.log_format = '%{path}:%{linenumber}:%{KIND}: %{message}'
config.disable_checks = [ 'class_inherits_from_params_class', '80chars', 'autoloader_layout' ]
end

task :librarian_spec_prep do
Expand Down

0 comments on commit 6e7be0b

Please sign in to comment.