Skip to content

Commit d2ff87c

Browse files
dmygeroleg-jukovec
authored andcommitted
ci: update lint rule for long lines
1 parent 592db69 commit d2ff87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ issues:
2727
exclude-rules:
2828
- linters:
2929
- lll
30-
source: "\t?// *(see )?https://"
30+
source: "^\\s*//\\s*(\\S+\\s){0,3}https?://\\S+$"

0 commit comments

Comments
 (0)