Skip to content

Commit 3fe05be

Browse files
committed
add fmt to forbid directive
1 parent 20281ad commit 3fe05be

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ linters:
2929
- path: cmd
3030
linters:
3131
- forbidigo
32+
- path: fmt
33+
linters:
34+
- forbidigo
3235
settings:
3336
forbidigo:
3437
forbid:

0 commit comments

Comments
 (0)