-
I am using the
For example I am seeing that Related to #2126. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hello, in the core of golangci-lint, there are passes, and linters are just passes. |
Beta Was this translation helpful? Give feedback.
Hello,
in the core of golangci-lint, there are passes, and linters are just passes.
metalinter
is the linter that contains all the linters.buildir
is a pass that creates representations of the elements of Go programs, this pass is used by linters related to staticcheck.buildssa
is a pass that creates representations of the elements of Go programs, this pass is used by several linter that uses a static single-assignment (SSA)