Commit 0b234878 authored by canterburym's avatar canterburym
Browse files

Skipping pre-r18 files for xml linting

parent 526d4b10
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@ def lint(file : Path):
if __name__ == "__main__":
    root = Path("./")

    print ("Skipping pre-R18 files")
    root = root / "33128" / "r18"
    files = list(root.rglob("*.xml")) + list(root.rglob("*.xsd"))

    files_with_errors = 0