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'm running lintr in a Jenkins build to analyze a PR but it is not posting comments to GitHub.
The text was updated successfully, but these errors were encountered:
As a workaround, I've mocked running in travis as follows:
environment { // Fake running in a travis CI environment to enable lintr comments TRAVIS_REPO_SLUG = "manually/set" TRAVIS_PULL_REQUEST = "${CHANGE_ID}" TRAVIS_BRANCH = "${CHANGE_TARGET}" TRAVIS_COMMIT = "${GIT_COMMIT}" }
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I'm running lintr in a Jenkins build to analyze a PR but it is not posting comments to GitHub.
The text was updated successfully, but these errors were encountered: