mirror of
https://github.com/golangci/golangci-lint-action.git
synced 2026-05-06 18:14:49 +00:00
feat: add an option to verify with the JSONSchema (#1167)
This commit is contained in:
parent
32f961426b
commit
f7463c56f6
9 changed files with 69 additions and 24 deletions
6
.golangci.yml
Normal file
6
.golangci.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
output:
|
||||
show-stats: true
|
||||
sort-results: true
|
||||
sort-order:
|
||||
- linter
|
||||
- file
|
||||
Loading…
Add table
Add a link
Reference in a new issue