Skip to content

How to read verbose logs to track down slow linters? #3439

Closed Answered by ldez
trallnag asked this question in Q&A
Discussion options

You must be logged in to vote

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)

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@trallnag
Comment options

Answer selected by trallnag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants