Skip to content

Commit

Permalink
fix linter config
Browse files Browse the repository at this point in the history
  • Loading branch information
casualjim committed Mar 22, 2021
1 parent 9514634 commit 6da6fd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ jobs:
- uses: actions/checkout@v2
- name: golangci-lint
uses: golangci/golangci-lint-action@v2
with:
args: --new-from-rev=master
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ linters-settings:
min-len: 2
min-occurrences: 4
linters:
enable-all: true
disable:
- maligned
- lll
Expand Down Expand Up @@ -41,3 +40,4 @@ linters:
- errorlint
- noctx
- interfacer
- nilerr

0 comments on commit 6da6fd0

Please sign in to comment.