Created
March 20, 2025 09:31
-
-
Save juev/53a22a1f3cd70d376703cfc1e2974066 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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