-
Notifications
You must be signed in to change notification settings - Fork 208
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
rake task now failing #754
Comments
When I run puppet-lint manually I can also get exit 1. Specifying the error level I can get a backtrace:
|
Just to add a +1 for also running into this, i am trying to look further into is. |
It seems that you have to set explicitly the output format |
It looks like the configuration settings are not sticking:
|
Workaround depending on how you're invoking it: RakefileIf you're running the task via rake you need to add the following to your
puppet-lintIf you're running
|
I am about to push a PR with a fix |
git bisect says regression is in 6fa8111 |
@alexjfisher thats where the fix is |
Hello,
Sorry i dont have much more information but since the last update to 2.3.1 my rake tasks are failing on linux machines. this can be seen in the travis task hear
https://travis-ci.org/icann-dns/puppet-knot/jobs/280395205
the check
bundle exec rake test
fails on the on the lint task from puppet-lint with an exit code of 1. changing back to puppet-lint 2.3.0 fixes the problem as can be seen on the following travis-ci job.https://travis-ci.org/icann-dns/puppet-knot/jobs/280415804
happy to to more testing but not really sure where to start
The text was updated successfully, but these errors were encountered: