فهرست منبع

chore: update `make lint` command

Frédéric Guillot 8 ماه پیش
والد
کامیت
a34e33b5c5
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      Makefile

+ 2 - 2
Makefile

@@ -100,8 +100,8 @@ test:
 
 
 lint:
 lint:
 	go vet ./...
 	go vet ./...
-	staticcheck ./...
-	golangci-lint run --disable errcheck --enable sqlclosecheck --enable misspell --enable gofmt --enable goimports --enable whitespace
+	gofmt -d -e .
+	golangci-lint run
 
 
 integration-test:
 integration-test:
 	psql -U postgres -c 'drop database if exists miniflux_test;'
 	psql -U postgres -c 'drop database if exists miniflux_test;'