Commit 2b6aa4f
committed
Update golangci format.outputs to stdout
The previous format.outputs give the following error in CI:
```
* 'output.formats' expected a map, got 'slice'
The command is terminated due to an error: can't load config: can't unmarshal config by viper (flags, file): 1 error(s) decoding:
* 'output.formats' expected a map, got 'slice'
```
Change it to only output text to stdout with color turned on.
Signed-off-by: Fredrik Lönnegren <[email protected]>1 parent 20c1d50 commit 2b6aa4f
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments