We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I updated to your latest development and tried to just build with travis: https://travis-ci.org/mterzo/puppet-snmp/builds/158126929
Your module sync doesn't put any restrictions on the Json gem, which it's trying to pull down a version that does not work with ruby <= 2.0
Once you get past that you are getting puppet-lint 2.0.2 which the parameter for long lines changed from --no-80chars-check to --no-140chars-check
--no-80chars-check
--no-140chars-check
The text was updated successfully, but these errors were encountered:
Corrected in the pr#79
Sorry, something went wrong.
This had been fixed in a37c2ae and related commits to the develop branch..
develop
razorsedge
No branches or pull requests
I updated to your latest development and tried to just build with travis:
https://travis-ci.org/mterzo/puppet-snmp/builds/158126929
Your module sync doesn't put any restrictions on the Json gem, which it's trying to pull down a version that does not work with ruby <= 2.0
Once you get past that you are getting puppet-lint 2.0.2 which the parameter for long lines changed from
--no-80chars-check
to--no-140chars-check
The text was updated successfully, but these errors were encountered: