mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-07-29 07:30:34 -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
|
||||
path-prefix: ""
|
||||
|
||||
# sorts results by: filepath, line and column
|
||||
sort-results: false
|
||||
|
||||
|
||||
# all available settings of specific linters
|
||||
linters-settings:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue