diff --git a/servo-tidy.toml b/servo-tidy.toml index 323df3d8f6a..7992d0ae85c 100644 --- a/servo-tidy.toml +++ b/servo-tidy.toml @@ -8,7 +8,7 @@ check-ordered-json-keys = [ [ignore] # Ignored packages with duplicated versions -packages = ["bitflags", "lazy_static"] +packages = ["bitflags", "lazy_static", "semver"] # Files that are ignored for all tidy and lint checks. files = [ # Generated and upstream code combined with our own. Could use cleanup