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
(*ExitState).ReturnCheckResults
Output from a recent unstable go-ci container run:
unstable
nagios.go:290:1: cognitive complexity 32 of func `(*ExitState).ReturnCheckResults` is high (> 10) (gocognit) func (es *ExitState) ReturnCheckResults() { ^
The text was updated successfully, but these errors were encountered:
Split ExitState.ReturnCheckResults() into helpers
00cbd3b
Satisfy gocognit linter, but also (hopefully) make the code easier to maintain going forward. refs GH-127
ce87db3
f939905
atc0005
Successfully merging a pull request may close this issue.
Output from a recent
unstable
go-ci container run:The text was updated successfully, but these errors were encountered: