Replies: 1 comment
-
| Related to #5084 The template is once again not followed: 
 The logs are partial, so I cannot check the exact versions that have been used. I recommend following the process explained inside the doc: https://golangci-lint.run/welcome/faq/#why-do-you-have-typecheck-errors My guess is either a missing  | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Welcome
typechecksection 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
# Use the default configurationGo environment
Verbose output of running
Here's the different output for both of the cases described
A minimal reproducible example or link to a public repository
// Not yetValidation
Supporter
Beta Was this translation helpful? Give feedback.
All reactions