Commit 01635b5
committed
Fix golangci-lint flag error and skip config verification
- Remove invalid --skip-config-verify flag which doesn't exist
- Use skip-config-verify: true parameter supported by the GitHub Action
- Remove --verbose flag that may have been triggering extra validation
- Keep --timeout=5m for reasonable execution time
This should resolve the 'unknown flag' error and prevent config validation
timeouts when the remote JSON schema is unavailable.1 parent 1983f49 commit 01635b5
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
| 71 | + | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
| |||
0 commit comments