Skip to content

Instantly share code, notes, and snippets.

@TheRealFalcon
Created August 29, 2025 16:29
Show Gist options
  • Select an option

  • Save TheRealFalcon/f0013bc6dbef5056cbc04196390c7f3a to your computer and use it in GitHub Desktop.

Select an option

Save TheRealFalcon/f0013bc6dbef5056cbc04196390c7f3a to your computer and use it in GitHub Desktop.
version: "2"
linters:
default: all
disable:
- depguard
- err113
- exhaustruct
- gochecknoglobals
- nlreturn
- nonamedreturns
- paralleltest
- wsl
settings:
revive:
rules:
- name: dot-imports
disabled: true
formatters:
enable:
# - gci
- gofmt
- gofumpt
- goimports
- golines
settings:
golines:
max-len: 1000
reformat-tags: false
shorten-comments: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment