Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions .golangci.next.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3969,11 +3969,11 @@ linters:

unparam:
# Inspect exported functions.
#
# Set to true if no external program/library imports your code.
# XXX: if you enable this setting, unparam will report a lot of false-positives in text editors:
# if it's called for subdir of a project it can't find external interfaces. All text editor integrations
# with golangci-lint call it on a directory with the changed file.
#
# IMPORTANT: If you enable this setting, unparam reports many false positives in text editors:
# when run on a subdirectory it cannot find external interfaces.
# Most editor integrations invoke golangci-lint on the directory containing the changed file.
#
# Default: false
check-exported: true
Expand Down
8 changes: 4 additions & 4 deletions .golangci.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3942,11 +3942,11 @@ linters:

unparam:
# Inspect exported functions.
#
# Set to true if no external program/library imports your code.
# XXX: if you enable this setting, unparam will report a lot of false-positives in text editors:
# if it's called for subdir of a project it can't find external interfaces. All text editor integrations
# with golangci-lint call it on a directory with the changed file.
#
# IMPORTANT: If you enable this setting, unparam reports many false positives in text editors:
# when run on a subdirectory it cannot find external interfaces.
# Most editor integrations invoke golangci-lint on the directory containing the changed file.
#
# Default: false
check-exported: true
Expand Down
Loading