Skip to content

Commit e84c014

Browse files
committed
chore(.golangci.yml): update output format configuration
Changed the output format from 'github-actions' to 'colored-line-number' for better readability in local development environments. This change allows for more visually distinct linter output when running golangci-lint locally.
1 parent 129858b commit e84c014

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.golangci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
output:
2-
format: github-actions
2+
formats:
3+
- format: colored-line-number
34

45
linters-settings:
56
lll:

0 commit comments

Comments
 (0)