diff --git a/.golangci.yml b/.golangci.yml index c550372e97..b58dc56c68 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -20,9 +20,6 @@ formatters: enable: - goimports -output: - sort-results: true - # Uncomment and add a path if needed to exclude # skip-dirs: # - some/path @@ -161,7 +158,7 @@ linters: # Which file paths to exclude: they will be analyzed, but issues from them won't be reported. # "/" will be replaced by the current OS file path separator to properly work on Windows. # Default: [] - paths: + paths: - third_party$ - builtin$ - examples$