-
Hi. We are developing an online educational platform for programmers and plan to use |
Beta Was this translation helpful? Give feedback.
Answered by
bombsimon
Aug 21, 2022
Replies: 1 comment 4 replies
-
There's no way to disable this. I would suggest looking in the source code rather than using grep -rE '// ?nolint' > /dev/null && echo 'Uses //nolint' || echo 'Does not use //nolint' |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
ldez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's no way to disable this. I would suggest looking in the source code rather than using
golangci-lint
for this purpose. Something like this: