-
Notifications
You must be signed in to change notification settings - Fork 145
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
Conversation
PuppetLint::RakeTask.new(:lint_fix) do |config| | ||
config.fail_on_warnings = true | ||
config.fix = true | ||
config.disable_checks = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add http://puppet-lint.com/checks/autoloader_layout/ to this please!
'spec/**/*.pp', | ||
'tests/**/*.pp', | ||
'types/**/*.pp', | ||
'vendor/**/*.pp', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on Vox Pupuli, we also ignore .vendor
. Maybe you want to add that as well:
https://github.com/voxpupuli/modulesync_config/blob/5a7d028a95278d11c2b02616d300fda002fefa0d/moduleroot/Rakefile.erb#L22
Codecov Report
@@ 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
Continue to review full report at Codecov.
|
thanks @HelenCampbell @bastelfreak , what do you think ?? |
CLA signed by all contributors. |
No description provided.