Skip to content

Commit e5bab03

Browse files
authored
🧹 Fix deprecated/removed parameters for golangci (#5325)
This fixes https://github.com/mondoohq/cnquery/actions/runs/13896435625/job/38878008963\?pr\=5321 Signed-off-by: Christian Zunker <[email protected]>
1 parent 5063ceb commit e5bab03

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# See https://golangci-lint.run/usage/configuration/ for configuration options
55
run:
66
timeout: 5m
7-
skip-dirs:
8-
skip-files:
7+
exclude-dirs:
8+
exclude-files:
99
- ".*\\.pb\\.go$"
1010
- ".*\\.lr\\.go$"
1111
modules-download-mode: readonly

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
# See https://golangci-lint.run/usage/configuration/ for configuration options
55
run:
66
timeout: 5m
7-
skip-dirs:
8-
skip-files:
7+
exclude-dirs:
8+
exclude-files:
99
- ".*\\.pb\\.go$"
1010
- ".*\\.lr\\.go$"
1111
modules-download-mode: readonly

0 commit comments

Comments
 (0)