Skip to content

Commit bd7a1f6

Browse files
committed
chore: updated template files
1 parent 6d14c2f commit bd7a1f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ test:
1111

1212
lint:
1313
@echo "# Linting..."
14-
@golangci-lint run
15-
@echo "## Fixing whitespaces...."
14+
@echo "## Fixing whitespaces..."
1615
@wsl --allow-cuddle-declarations --force-err-cuddling --fix ./...
16+
@echo "## Running golangci-lint..."
17+
@golangci-lint run

0 commit comments

Comments
 (0)