Skip to content

Commit

Permalink
Merge branch 'devspace-sh:main' into feat/better-err-msg-adding-chart…
Browse files Browse the repository at this point in the history
…-during-init
  • Loading branch information
mattwelke authored May 14, 2024
2 parents 54e6524 + f29e897 commit 1baa23d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
run:
timeout: 10m
skip-dirs:

issues:
exclude-dirs:
- hack/
- docs/

linters:
disable-all: true
enable:
- deadcode
# - deadcode # deprecated https://github.com/golangci/golangci-lint/issues/1841
- gosimple
- govet
- ineffassign
- misspell
- unused
- varcheck
# - varcheck # deprecated https://github.com/golangci/golangci-lint/issues/1841
- staticcheck
- errcheck
# - goimports
Expand All @@ -22,7 +24,7 @@ linters:
- stylecheck
# - gofmt
# - golint
# - structcheck
# - structcheck # deprecated https://github.com/golangci/golangci-lint/issues/1841

linters-settings:
gofmt:
Expand Down

0 comments on commit 1baa23d

Please sign in to comment.