Skip to content

Commit c8a612b

Browse files
authored
chore: enable promlinter linter (#771)
Signed-off-by: Matthieu MOREL <[email protected]>
1 parent d972de7 commit c8a612b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ linters:
1313
- gocritic
1414
- govet
1515
- misspell
16+
- promlinter
1617
- testifylint
1718
- usestdlibvars
1819

@@ -37,6 +38,9 @@ linters:
3738
- fieldalignment
3839
enable-all: true
3940

41+
promlinter:
42+
strict: true
43+
4044
testifylint:
4145
disable:
4246
- go-require

0 commit comments

Comments
 (0)