Skip to content

Commit 65f09e7

Browse files
committed
linting rules for go1.24
Signed-off-by: Frederic BIDON <fredbi@yahoo.com>
1 parent 832def3 commit 65f09e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ linters:
1616
- godox
1717
- gosmopolitan
1818
- inamedparam
19-
- intrange # disabled while < go1.22
19+
#- intrange # disabled while < go1.22
2020
- ireturn
2121
- lll
2222
- musttag

0 commit comments

Comments
 (0)