Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
Enable kafo param type checking (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
stbenjam authored Jan 26, 2017
1 parent 81c57ad commit 2fcd644
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions config_defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Gemfile:
groups:
- 'test'
- gem: metadata-json-lint
- gem: kafo_module_lint
.puppet-lint.rc:
default_disabled_lint_checks:
- '140chars'
Expand Down
5 changes: 5 additions & 0 deletions moduleroot/Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@ PuppetLintParamDocs.define_selective do |config|
config.pattern = <%= @configs['param_docs_pattern'].inspect %>
end
require 'kafo_module_lint/tasks'
KafoModuleLint::RakeTask.new do |config|
config.pattern = <%= @configs['param_docs_pattern'].inspect %>
end

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

0 comments on commit 2fcd644

Please sign in to comment.