mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
Missing sort-results in the docs (#1514)
This commit is contained in:
parent
993337baa2
commit
c68692e99f
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ output:
|
||||||
# add a prefix to the output file references; default is no prefix
|
# add a prefix to the output file references; default is no prefix
|
||||||
path-prefix: ""
|
path-prefix: ""
|
||||||
|
|
||||||
|
# sorts results by: filepath, line and column
|
||||||
|
sort-results: false
|
||||||
|
|
||||||
|
|
||||||
# all available settings of specific linters
|
# all available settings of specific linters
|
||||||
linters-settings:
|
linters-settings:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue