Skip to content

Commit

Permalink
remove supersed by requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
SudoWeezy committed Dec 9, 2024
1 parent 282508b commit 75db40e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion arcw-lint-js/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "arcw-lint-js"
version = "0.1.20"
version = "0.1.21"
edition = "2021"
license = "MPL-2.0"
rust-version = "1.60"
Expand Down
9 changes: 0 additions & 9 deletions arcw-lint/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -251,15 +251,6 @@ pub fn default_lints() -> impl Iterator<Item = (&'static str, Box<dyn Lint>)> {
}
.boxed(),
),
(
"preamble-req-superseded-by",
preamble::RequiredIfEq {
when: "status",
equals: "Deprecated",
then: "superseded-by",
}
.boxed(),
),
(
"preamble-enum-status",
preamble::OneOf {
Expand Down

0 comments on commit 75db40e

Please sign in to comment.