Skip to content

Instantly share code, notes, and snippets.

@juev
Created March 20, 2025 09:31
Show Gist options
  • Select an option

  • Save juev/53a22a1f3cd70d376703cfc1e2974066 to your computer and use it in GitHub Desktop.

Select an option

Save juev/53a22a1f3cd70d376703cfc1e2974066 to your computer and use it in GitHub Desktop.
run:
modules-download-mode: readonly
skip-files:
- ".*\\.pb\\.go$"
linters:
fast: true
enable:
- errcheck
- godot
- gosimple
- govet
- ineffassign
- staticcheck
- typecheck
- unused
- whitespace
- revive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment