From ffbc49f591bacc732e3ee2b10c905ee6f976cbaa Mon Sep 17 00:00:00 2001 From: "Maciej \"Iwan\" Iwanowski" Date: Tue, 17 Nov 2020 20:21:30 +0100 Subject: [PATCH] Missing sort-results in the docs --- .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: