You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the official document https://golangci-lint.run/usage/linters#gosec , it says user can set the global option via config.global block. However, the settings under global section are not being honored.
Welcome
Description of the problem
In the official document https://golangci-lint.run/usage/linters#gosec , it says user can set the global option via
config.global
block. However, the settings underglobal
section are not being honored.We can reproduce with following settings:
Code:
Version of golangci-lint
I believe this issue affects all versions.
Configuration file
See above.
Go environment
Verbose output of running
Code example or link to a public repository
// add your code here
The text was updated successfully, but these errors were encountered: