1# This is golangci-lint config file which is used to check new code in 2# github PRs only (see lint-extra in .github/workflows/validate.yml). 3# 4# For the default linter config, see .golangci.yml. This config should 5# only enable additional linters not enabled in the default config. 6 7run: 8 build-tags: 9 - seccomp 10 11linters: 12 disable-all: true 13 enable: 14 - godot 15 - revive