Skip to content

Commit

Permalink
fixup! golangci-lint configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-github committed May 16, 2020
1 parent 6d9537f commit b1aa57f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ jobs:
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.27
args: ./...
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ linters:
# - misspell
# - stylecheck
- unconvert
# - whitespace
- whitespace

0 comments on commit b1aa57f

Please sign in to comment.