diff --git a/.golangci.example.yml b/.golangci.example.yml index d8ce4b750619..ae8a9a3f0c6d 100644 --- a/.golangci.example.yml +++ b/.golangci.example.yml @@ -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: