Skip to content

Commit

Permalink
Remove gofumpt (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikbraun committed Apr 12, 2023
1 parent 40286f7 commit 31d566b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ linters:
disable-all: true
enable:
- govet
- gofumpt
- errcheck
- gosimple
- ineffassign
Expand All @@ -19,7 +18,3 @@ linters-settings:
disable:
- stdmethods
- fieldalignment

gofumpt:
extra-rules: false
module-path: github.com/dominikbraun/graph

0 comments on commit 31d566b

Please sign in to comment.