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

Commit 1cd81ca

Browse files
Merge pull request #8 from Financial-Times/feature/add-unparam
Enable the linter for unused parameters
2 parents 42e2452 + a962fd3 commit 1cd81ca

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
@@ -30,6 +30,7 @@ linters:
3030
- structcheck
3131
- stylecheck
3232
- typecheck
33+
- unparam
3334
- unused
3435
- varcheck
3536
- whitespace

0 commit comments

Comments
 (0)