Skip to content

Commit

Permalink
Enable param docs lint check on main class
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Cleal committed Jul 24, 2015
1 parent 8962964 commit db944bf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
Rakefile:
param_docs_pattern:
- manifests/init.pp
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ PuppetLint.configuration.log_format = '%{path}:%{linenumber}:%{KIND}: %{message}

require 'puppet-lint-param-docs/tasks'
PuppetLintParamDocs.define_selective do |config|
config.pattern = []
config.pattern = ['manifests/init.pp']
end

task :default => [:validate, :lint, :spec]

0 comments on commit db944bf

Please sign in to comment.