File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
crates/ruff_linter/src/rules/ruff/rules Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ use crate::suppression::{InvalidSuppressionKind, ParseErrorKind};
2525/// ## References
2626/// - [Ruff error suppression](https://docs.astral.sh/ruff/linter/#error-suppression)
2727#[ derive( ViolationMetadata ) ]
28- #[ violation_metadata( preview_since = "0.14.9 " ) ]
28+ #[ violation_metadata( preview_since = "0.14.11 " ) ]
2929pub ( crate ) struct InvalidSuppressionComment {
3030 pub ( crate ) kind : InvalidSuppressionCommentKind ,
3131}
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ use crate::Violation;
3131/// ## References
3232/// - [Ruff error suppression](https://docs.astral.sh/ruff/linter/#error-suppression)
3333#[ derive( ViolationMetadata ) ]
34- #[ violation_metadata( preview_since = "0.14.9 " ) ]
34+ #[ violation_metadata( preview_since = "0.14.11 " ) ]
3535pub ( crate ) struct UnmatchedSuppressionComment ;
3636
3737impl Violation for UnmatchedSuppressionComment {
You can’t perform that action at this time.
0 commit comments