Skip to content

Commit 5110771

Browse files
committed
Avoid linting example files which break conventions
1 parent 5c112f5 commit 5110771

File tree

6 files changed

+3
-0
lines changed

6 files changed

+3
-0
lines changed

.golangci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ run:
99
# Default: 1m
1010
timeout: 3m
1111

12+
skip-files:
13+
- example_test.go
14+
1215

1316
# This file contains only configs which differ from defaults.
1417
# All possible options can be found here https://github.com/golangci/golangci-lint/blob/master/.golangci.reference.yml
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)