Skip to content

Commit 6aa1bce

Browse files
thc1006claude
andcommitted
fix(ci): correct output.formats to map structure for golangci-lint v2
- Changed output.formats from array to map with 'default' key - Fixes "expected a map, got 'slice'" error 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 30c0c5d commit 6aa1bce

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.golangci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ issues:
2727

2828
output:
2929
formats:
30-
- format: colored-line-number
30+
default:
31+
format: colored-line-number

0 commit comments

Comments
 (0)