Last active
May 27, 2023 03:29
-
-
Save L-P/12abde68f59d1bbd106deabb53c3cc07 to your computer and use it in GitHub Desktop.
This file contains 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: | |
timeout: 5m | |
linters: | |
presets: | |
- bugs | |
- unused | |
enable: | |
- containedctx | |
- dogsled | |
- dupl | |
- dupword | |
- funlen | |
- gocognit | |
- godot | |
- gofmt | |
- goimports | |
- gosimple | |
- goprintffuncname | |
- grouper | |
- importas | |
- interfacebloat | |
- lll | |
- misspell | |
- nilnil | |
- nolintlint | |
- nosprintfhostport | |
- prealloc | |
- predeclared | |
- promlinter | |
- reassign | |
- tenv | |
- testpackage | |
- unconvert | |
- usestdlibvars | |
- wastedassign | |
disable: | |
- musttag | |
linter-settigns: | |
staticcheck: | |
checks: ["all"] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment