ci: sync golangci-lint config (#597) · charmbracelet/vhs@ce18cfa (original) (raw)
Navigation Menu
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Commit ce18cfa
and
authored
ci: sync golangci-lint config (#597)
Co-authored-by: caarlos0 245435+caarlos0@users.noreply.github.com
2 files changed
Lines changed: 14 additions & 40 deletions
File tree
Lines changed: 0 additions & 40 deletions
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -15,14 +15,28 @@ issues: | ||
| 15 | 15 | linters: |
| 16 | 16 | enable: |
| 17 | 17 | - bodyclose |
| 18 | + - exhaustive | |
| 19 | + - goconst | |
| 20 | + - godot | |
| 21 | + - godox | |
| 18 | 22 | - gofumpt |
| 19 | 23 | - goimports |
| 24 | + - gomoddirectives | |
| 25 | + - goprintffuncname | |
| 20 | 26 | - gosec |
| 27 | + - misspell | |
| 28 | + - mnd | |
| 29 | + - nakedret | |
| 30 | + - nestif | |
| 21 | 31 | - nilerr |
| 32 | + - noctx | |
| 33 | + - nolintlint | |
| 34 | + - prealloc | |
| 22 | 35 | - revive |
| 23 | 36 | - rowserrcheck |
| 24 | 37 | - sqlclosecheck |
| 25 | 38 | - tparallel |
| 26 | 39 | - unconvert |
| 27 | 40 | - unparam |
| 28 | 41 | - whitespace |
| 42 | + - wrapcheck |