mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-26 11:59:35 +00:00
Raise error when failing to parse (#199)
This commit is contained in:
parent
67b1d0463a
commit
b8f12d2e79
8 changed files with 27 additions and 4 deletions
|
@ -33,6 +33,7 @@ fn main() {
|
|||
CheckKind::NotIsTest,
|
||||
CheckKind::RaiseNotImplemented,
|
||||
CheckKind::ReturnOutsideFunction,
|
||||
CheckKind::SyntaxError("...".to_string()),
|
||||
CheckKind::TooManyExpressionsInStarredAssignment,
|
||||
CheckKind::TrueFalseComparison(true, RejectedCmpop::Eq),
|
||||
CheckKind::TwoStarredExpressions,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue