chore: add configuration file

This commit is contained in:
Fernandez Ludovic 2025-02-13 22:37:32 +01:00
parent 816019cb26
commit 320de79845
3 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,6 @@
output:
show-stats: true
sort-results: true
sort-order:
- linter
- file

View file

@ -0,0 +1,6 @@
output:
show-stats: true
sort-results: true
sort-order:
- linter
- file

6
sample/.golangci.yml Normal file
View file

@ -0,0 +1,6 @@
output:
show-stats: true
sort-results: true
sort-order:
- linter
- file