-
| I need to analyze the relationships between functions across multiple packages. Therefore, all packages must be fully loaded during initialization. The initialization should be done in WithContextSetter, so that Run can be executed afterward to verify whether the functions in each package are valid. Is there a way to achieve this? | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            ldez
          
      
      
        Dec 11, 2024 
      
    
    Replies: 1 comment 3 replies
-
| golangci-lint runs by package so you cannot have all the packages. | 
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
No, as I previously explained.
In all cases, your linter will never be accepted because it's based on your personal conventions and name conventions.