Skip to content

Commit baa90b2

Browse files
committed
chore: updated template files
1 parent fce71f4 commit baa90b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
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)