Skip to content

Commit ab2b431

Browse files
committed
golangci-lint: disable redundantSprint
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent 7fe3d17 commit ab2b431

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
@@ -48,6 +48,7 @@ linters-settings:
4848
- style
4949
disabled-checks:
5050
- commentedOutCode
51+
- redundantSprint
5152
- whyNoLint
5253
settings:
5354
hugeParam:

0 commit comments

Comments
 (0)