Skip to content

Commit 5bca784

Browse files
chore(lint): Ignore lint issues on local dev files
1 parent 3ced5c0 commit 5bca784

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
@@ -109,6 +109,7 @@ linters:
109109
- third_party$
110110
- builtin$
111111
- examples$
112+
- ".*\\.dev.*\\.go$"
112113
formatters:
113114
enable:
114115
- gofmt
@@ -120,3 +121,4 @@ formatters:
120121
- third_party$
121122
- builtin$
122123
- examples$
124+
- ".*\\.dev.*\\.go$"

0 commit comments

Comments
 (0)