Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit 1c1f6fb

Browse files
author
Miroslav Vitalievich Gatsanoga
authored
Merge pull request #5 from Financial-Times/feature/add-whitespace-linter
Enable whitespace linter
2 parents 028b3c8 + 6bd26be commit 1c1f6fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

golangci-config/.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ linters:
3131
- typecheck
3232
- unused
3333
- varcheck
34+
- whitespace
3435

3536
run:
3637
skip-dirs:

0 commit comments

Comments
 (0)