Skip to content

Commit

Permalink
Update .github/workflows/ci.yml and .golangci.yml
Browse files Browse the repository at this point in the history
* Ignoring makezero due to panics in the package
* Ignoring errorlint temporarilly
  • Loading branch information
bom-d-van committed Jun 7, 2021
1 parent 54aa02e commit 540ea62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: golangci/golangci-lint-action@v2
with:
# Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version.
version: v1.30
version: v1.40.1

# Optional: working directory, useful for monorepos
# working-directory: somedir
Expand Down
2 changes: 2 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ linters:
disable:
- maligned
- prealloc
- makezero
- errorlint
disable-all: false
presets:
- bugs
Expand Down

0 comments on commit 540ea62

Please sign in to comment.