Skip to content

Commit ece9981

Browse files
committed
chore: ignore examples files from linting
1 parent 371e012 commit ece9981

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ linters:
5555

5656
exclusions:
5757
generated: strict
58+
paths:
59+
- '(^|/)(doc|examples)_test\.go$'
5860
rules:
5961
- path: "_test(_[^/]+)?\\.go"
6062
linters:

0 commit comments

Comments
 (0)