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
... INFO[0082] processing took 667.366µs with stages: max_same_issues: 664.846µs, max_from_linter: 1.138µs, path_prettifier: 394ns, cgo: 227ns, exclude: 203ns, diff: 181ns, nolint: 173ns, max_per_file_from_linter: 154ns, uniq_by_line: 50ns WARN[0082] 0/9 linters finished: deadline exceeded: try increase it by passing --deadline option Congrats! No issues were found. INFO[0082] Extracting issued lines took 0s ❯❯❯❯ echo $? 0
The text was updated successfully, but these errors were encountered:
#41: exit with code 4 if timeouted
b28bf5f
Merge pull request #44 from golangci/support/exit-code-4-if-deadline
3b5ee0c
@quantonganh thank you! fixed in #44, check in master, please
Sorry, something went wrong.
WARN[0076] 0/9 linters finished: deadline exceeded: try increase it by passing --deadline option Congrats! No issues were found. INFO[0076] Workers idle times: #1: 84.316µs, #3: 72.969µs, #4: 92.428µs INFO[0076] Extracting issued lines took 0s ❯❯❯❯ echo $? 4
Exit code is ok now but IMO, "Congrats! No issues were found." should not be printed.
fixed "Congrats! No issues were found." in master
No branches or pull requests
The text was updated successfully, but these errors were encountered: