Skip to content

Commit

Permalink
reveert
Browse files Browse the repository at this point in the history
  • Loading branch information
atheeshp committed Feb 15, 2024
1 parent ba2bcd3 commit 054ffc9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions .github/linters/.golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,24 @@ run:
linters:
disable-all: true
enable:
- bodyclose
- depguard
- dogsled
- errcheck
- exportloopref
- goconst
- gocritic
- gci
- gofumpt
- gosec
- gofmt
- goimports
- gosimple
- govet
- ineffassign
- misspell
- nakedret
- nestif
- nolintlint
- staticcheck
- revive
- stylecheck
- typecheck
- unconvert
Expand Down Expand Up @@ -62,3 +64,6 @@ linters-settings:
- "github.com/onsi/gomega"
# https://staticcheck.io/docs/configuration/options/#initialisms
initialisms: ["ACL", "API", "ASCII", "CPU", "CSS", "DNS", "EOF", "GUID", "HTML", "HTTP", "HTTPS", "ID", "IP", "JSON", "QPS", "RAM", "RPC", "SLA", "SMTP", "SQL", "SSH", "TCP", "TLS", "TTL", "UDP", "UI", "GID", "UID", "UUID", "URI", "URL", "UTF8", "VM", "XML", "XMPP", "XSRF", "XSS", "SIP", "RTP", "AMQP", "DB", "TS"]

depgaurd:
allow-all: true
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.55.0
version: v1.56.1
args: --config .github/linters/.golangci.yaml

proto-lint:
Expand Down

0 comments on commit 054ffc9

Please sign in to comment.