Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend the rake task to support setting configuration options in the block #326

Merged
merged 3 commits into from
Sep 22, 2014

Conversation

rodjek
Copy link
Owner

@rodjek rodjek commented Sep 22, 2014

Adds support for setting any PuppetLint configuration options in the Rake task definition block

PuppetLint::RakeTask.new :lint do |config|
  config.pattern = 'modules'
  config.ignore_paths = ['modules/apt']
  config.disable_checks = ['documentation', '80chars']
end

/cc #305 @dalen

@rodjek rodjek added this to the 1.1.0 milestone Sep 22, 2014
rodjek pushed a commit that referenced this pull request Sep 22, 2014
Extend the rake task to support setting configuration options in the block
@rodjek rodjek merged commit c08bf75 into master Sep 22, 2014
@rodjek rodjek deleted the issue-305 branch September 22, 2014 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant