Skip to content
Discussion options

You must be logged in to vote

Yes, we can disable quickfix checks by using -QF*.

version: "2"
linters:
  enable:
    - staticcheck
  settings:
    staticcheck:
      checks:
        - all
        - -QF*

See https://staticcheck.dev/docs/configuration/options/#checks.

Live example: https://github.com/rclone/rclone/blob/1903b4c1a27e4810b2fe2d75c89c06bd17bb34ac/.golangci.yml#L35

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ldez
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