Skip to content

Commit b820914

Browse files
committed
Fix golangci-lint configuration schema for v2 compatibility
- Remove version field that was causing schema validation errors - Keep v1 compatible format which works with both v1 and v2 - Maintain all linter settings and exclusion rules - Configuration now validates correctly with golangci-lint-action@v8
1 parent 19d2c02 commit b820914

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.golangci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
version: 2
2-
31
run:
42
timeout: 5m
53
modules-download-mode: readonly

0 commit comments

Comments
 (0)