Skip to content

Commit a34e33b

Browse files
committed
chore: update make lint command
1 parent af12fe3 commit a34e33b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ test:
100100

101101
lint:
102102
go vet ./...
103-
staticcheck ./...
104-
golangci-lint run --disable errcheck --enable sqlclosecheck --enable misspell --enable gofmt --enable goimports --enable whitespace
103+
gofmt -d -e .
104+
golangci-lint run
105105

106106
integration-test:
107107
psql -U postgres -c 'drop database if exists miniflux_test;'

0 commit comments

Comments
 (0)