Skip to content
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

Include changelog.d/* files in fix-whitespace #10640

Merged
merged 2 commits into from
Dec 15, 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
2 changes: 1 addition & 1 deletion changelog.d/pr-10493
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ description: {

- Text provided by `Setup.hs repl --help` contained outdated information concerning sandbox, which have now been removed.

}
}
2 changes: 1 addition & 1 deletion changelog.d/pr-9367
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ Notes:
- RTS options (like `+RTS -H32m -S -RTS`) will not be included in response
files.
- For reproducing commands after Cabal exits, `--keep-temp-files` can be used
to prevent the response files from being deleted.
to prevent the response files from being deleted.
1 change: 1 addition & 0 deletions fix-whitespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ included-files:
- "*.yaml"
- "*.yml"
- "*.zinza"
- "changelog.d/*"

excluded-files:
# Exceptions
Expand Down
Loading