mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2025-12-13 06:21:15 +00:00
chore: add configuration file
This commit is contained in:
parent
816019cb26
commit
320de79845
3 changed files with 18 additions and 0 deletions
6
sample-go-mod/.golangci.yml
Normal file
6
sample-go-mod/.golangci.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
output:
|
||||
show-stats: true
|
||||
sort-results: true
|
||||
sort-order:
|
||||
- linter
|
||||
- file
|
||||
6
sample-go-tool/.golangci.yml
Normal file
6
sample-go-tool/.golangci.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
output:
|
||||
show-stats: true
|
||||
sort-results: true
|
||||
sort-order:
|
||||
- linter
|
||||
- file
|
||||
6
sample/.golangci.yml
Normal file
6
sample/.golangci.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
output:
|
||||
show-stats: true
|
||||
sort-results: true
|
||||
sort-order:
|
||||
- linter
|
||||
- file
|
||||
Loading…
Reference in a new issue