From c68692e99f34625e7c09fca8fd9ea642f5a65d09 Mon Sep 17 00:00:00 2001 From: iwankgb Date: Tue, 17 Nov 2020 22:46:11 +0100 Subject: [PATCH] Missing sort-results in the docs (#1514) --- .golangci.example.yml | 3 +++ 1 file changed, 3 insertions(+) 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: