Skip to content

Commit 320de79

Browse files
committed
chore: add configuration file
1 parent 816019c commit 320de79

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

sample-go-mod/.golangci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
output:
2+
show-stats: true
3+
sort-results: true
4+
sort-order:
5+
- linter
6+
- file

sample-go-tool/.golangci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
output:
2+
show-stats: true
3+
sort-results: true
4+
sort-order:
5+
- linter
6+
- file

sample/.golangci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
output:
2+
show-stats: true
3+
sort-results: true
4+
sort-order:
5+
- linter
6+
- file

0 commit comments

Comments
 (0)