Skip to content

Commit 002e05b

Browse files
BenehikoCopilot
andauthored
Update .golangci.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 479fdcd commit 002e05b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.golangci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ linters:
5353
- vendor$
5454
rules:
5555
# Scope test-specific forbidigo rules to test files only
56-
- path-except: '_test\.go$'
56+
- path: '_test\.go$'
5757
linters:
5858
- forbidigo
5959
text: 'use t\.'

0 commit comments

Comments
 (0)