Skip to content

Commit 7501967

Browse files
committed
chore: enable promlinter linter
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
1 parent fcf9bb9 commit 7501967

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,16 @@ linters:
88
enable:
99
- errcheck
1010
- misspell
11+
- promlinter
1112

1213
settings:
1314
errcheck:
1415
exclude-functions:
1516
- (github.com/go-kit/log.Logger).Log
1617

18+
promlinter:
19+
strict: true
20+
1721
exclusions:
1822
presets:
1923
- comments

0 commit comments

Comments
 (0)