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

(feat) add puppet lint fix task #255

Merged
merged 1 commit into from
Aug 30, 2018

Conversation

tphoney
Copy link
Contributor

@tphoney tphoney commented Aug 29, 2018

No description provided.

PuppetLint::RakeTask.new(:lint_fix) do |config|
config.fail_on_warnings = true
config.fix = true
config.disable_checks = [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'spec/**/*.pp',
'tests/**/*.pp',
'types/**/*.pp',
'vendor/**/*.pp',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codecov-io
Copy link

codecov-io commented Aug 29, 2018

Codecov Report

Merging #255 into master will increase coverage by 0.5%.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff            @@
##           master    #255     +/-   ##
========================================
+ Coverage    39.3%   39.8%   +0.5%     
========================================
  Files          10      10             
  Lines         720     726      +6     
========================================
+ Hits          283     289      +6     
  Misses        437     437
Impacted Files Coverage Δ
lib/puppetlabs_spec_helper/rake_tasks.rb 41.79% <100%> (+1.9%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2c887fc...fb188ba. Read the comment docs.

@tphoney
Copy link
Contributor Author

tphoney commented Aug 29, 2018

thanks @HelenCampbell @bastelfreak , what do you think ??

@puppetcla
Copy link

CLA signed by all contributors.

@HelenCampbell HelenCampbell merged commit 83235c6 into puppetlabs:master Aug 30, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants