Skip to content

Commit 4881066

Browse files
authored
Merge pull request #3593 from fabriziopandini/fix-kal-config
2 parents aaf2163 + bc8d7fe commit 4881066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.golangci-kal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ linters:
7070
- ".*_test.go" # Exclude test files.
7171
rules:
7272
## KAL should only run on API folders.
73-
- path-except: "api//*"
73+
- path-except: "apis//*"
7474
linters:
7575
- kubeapilinter
7676

0 commit comments

Comments
 (0)