linters: # disable-all: true # enable: # - megacheck # - govet enable-all: true disable: - scopelint - paralleltest - staticcheck - noctx - wsl - lll - forbidigo # - prealloc # presets: # - bugs # - unused # bugs|comment|complexity|error|format|import|metalinter|module|performance|sql|style|test|unused fast: true run: skip-dirs: - build - artifacts