Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ formatters:
enable:
- goimports

output:
sort-results: true

# Uncomment and add a path if needed to exclude
# skip-dirs:
# - some/path
Expand Down Expand Up @@ -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$