Skip to content

docs: move whole-files near of new-from-xxx #4815

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2024
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
7 changes: 4 additions & 3 deletions .golangci.next.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2958,13 +2958,14 @@ issues:
# Default: ""
new-from-patch: path/to/patch/file

# Show issues in any part of update files (requires new-from-rev or new-from-patch).
# Default: false
whole-files: true

# Fix found issues (if it's supported by the linter).
# Default: false
fix: true

# Show issues in any part of update files (requires new-from-rev or new-from-patch).
# Default: false
whole-files: true

severity:
# Set the default severity for issues.
Expand Down
7 changes: 4 additions & 3 deletions .golangci.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2944,13 +2944,14 @@ issues:
# Default: ""
new-from-patch: path/to/patch/file

# Show issues in any part of update files (requires new-from-rev or new-from-patch).
# Default: false
whole-files: true

# Fix found issues (if it's supported by the linter).
# Default: false
fix: true

# Show issues in any part of update files (requires new-from-rev or new-from-patch).
# Default: false
whole-files: true

severity:
# Set the default severity for issues.
Expand Down
Loading