Skip to content

Commit d53adb5

Browse files
committed
🌱 (chore): enable whitespace linter in golangci-lint config
Adds `whitespace` to the list of active linters in `.golangci.yml` to enforce consistent formatting and improve code cleanliness.
1 parent 4d1a69e commit d53adb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,5 @@ linters:
9090
- unconvert
9191
- unparam
9292
- unused
93+
- whitespace
9394

0 commit comments

Comments
 (0)