Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorres committed Sep 27, 2024
1 parent 17053e9 commit 2a63bd5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
version: v1.52.2
version: v1.58.1
code-format-check:
concurrency:
group: lint-autoformat-${{ github.head_ref || github.ref_name }}
Expand Down
30 changes: 0 additions & 30 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,64 +129,34 @@ linters-settings:
linters:
disable-all: true
enable:
# - cyclop
- depguard
- dogsled
# - dupl
- errcheck
- errorlint
# - exhaustive
# - exhaustivestruct
# - forbidigo
# - funlen
# - gci
# - gocognit
- goconst
- gocritic
- gocyclo
# - godot
# - godox # tmp disable due to FIXME & XXX
- gofmt # On why gofmt when goimports is enabled - https://github.com/golang/go/issues/21476
- gofumpt
- goheader
- goimports
# - gomnd
# - gomoddirectives
# - gomodguard
- gosec
- gosimple
- govet
- depguard
# - ifshort
# - ireturn
# - lll # disable due to kubebuilder comments
- makezero
- misspell
- ineffassign
- misspell
- nakedret
- nestif
# - nilnil
# - nlreturn
# - nolintlint
# - prealloc
- predeclared
- rowserrcheck
- revive
- staticcheck
- stylecheck
# - tagliatelle
# - testpackage
# - thelper
# - tenv
- typecheck
- unconvert
- unparam
- unused
# - varnamelen
- whitespace
# - wrapcheck
# - wsl

issues:
# List of regexps of issue texts to exclude, empty list by default.
Expand Down

0 comments on commit 2a63bd5

Please sign in to comment.