Currently we have only one (1) gosec rule enabled in golangci-lint config.
Ideally we should enable all of them. Every PR should fix one rule. There is a chance that some rules are already fixed and we only need to enable them. After including new rule, please ensure make golangci-lint is passing if there are errors please fix them.
Currently we have only one (1) gosec rule enabled in golangci-lint config.
stackrox/.golangci.yml
Lines 51 to 53 in 334e6b7
Ideally we should enable all of them. Every PR should fix one rule. There is a chance that some rules are already fixed and we only need to enable them. After including new rule, please ensure
make golangci-lintis passing if there are errors please fix them.