Skip to content

Commit c68692e

Browse files
authored
Missing sort-results in the docs (#1514)
1 parent 993337b commit c68692e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.golangci.example.yml

+3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,9 @@ output:
7575
# add a prefix to the output file references; default is no prefix
7676
path-prefix: ""
7777

78+
# sorts results by: filepath, line and column
79+
sort-results: false
80+
7881

7982
# all available settings of specific linters
8083
linters-settings:

0 commit comments

Comments
 (0)