mirror of
https://github.com/astral-sh/ruff
synced 2026-01-10 16:15:19 -05:00
[ruff] Indented form feeds (RUF054) (#16049)
## Summary Resolves #12321. The physical-line-based `RUF054` checks for form feed characters that are preceded by only tabs and spaces, but not any other characters, including form feeds. ## Test Plan `cargo nextest run` and `cargo insta test`.
This commit is contained in:
@@ -97,6 +97,7 @@ KNOWN_FORMATTING_VIOLATIONS = [
|
||||
KNOWN_PARSE_ERRORS = [
|
||||
"blank-line-with-whitespace",
|
||||
"indentation-with-invalid-multiple-comment",
|
||||
"indented-form-feed",
|
||||
"missing-newline-at-end-of-file",
|
||||
"mixed-spaces-and-tabs",
|
||||
"no-indented-block",
|
||||
|
||||
Reference in New Issue
Block a user