Skip to content

Commit

Permalink
Add gofumpt linter to CI checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krivak committed Jul 22, 2020
1 parent b5a15fb commit 3bb859c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
- name: Run linter
uses: golangci/golangci-lint-action@v1
with:
version: v1.26
version: v1.28
1 change: 1 addition & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ linters:
- gocyclo
- godot
- gofmt
- gofumpt
- goimports
- golint
- gomnd
Expand Down

0 comments on commit 3bb859c

Please sign in to comment.