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
After the Mac is installed locally, the scanning results are inconsistent with those obtained by running commands from official images, And for both I am using the latest version 1.61.0.
After installing the scan with mac local brew, I think it contains the correct scan results, and the plugin contains errcheck, gosimple, govet, etc., which are turned on by default6, but the result rules of scanning after using the official image in the local docker run only contain typecheck, why do you scan the same project but have different results
Version of golangci-lint
$ golangci-lint --version
# 1.61.0
Configuration
# paste configuration file or CLI flags here
Go environment
$ go version && go env
# go1.21.5
Verbose output of running
none
A minimal reproducible example or link to a public repository
// add your code herenone
Validation
Yes, I've included all information above (version, config, etc.).
To be able to process your issue as quickly as possible,
can you edit your issue to add missing elements, fix the invalid elements, and complete the sections?
Section
Status
Welcome
🟠
Description of the problem
🟢
Version of golangci-lint
🟠
Configuration
🔴
Go environment
🟠
Verbose output of running
🔴
A minimal reproducible example or link to a public repository
Welcome
typecheck
section of the FAQ.Description of the problem
After the Mac is installed locally, the scanning results are inconsistent with those obtained by running commands from official images, And for both I am using the latest version 1.61.0.
After installing the scan with mac local brew, I think it contains the correct scan results, and the plugin contains errcheck, gosimple, govet, etc., which are turned on by default6, but the result rules of scanning after using the official image in the local docker run only contain typecheck, why do you scan the same project but have different results
Version of golangci-lint
Configuration
# paste configuration file or CLI flags here
Go environment
Verbose output of running
none
A minimal reproducible example or link to a public repository
Validation
Supporter
The text was updated successfully, but these errors were encountered: