v0.1.0-pre.056
This commit is contained in:
@@ -466,6 +466,9 @@ def audit_token2022_naming(root: pathlib.Path) -> list[Violation]:
|
||||
root / "README.md",
|
||||
root / "ROADMAP.md",
|
||||
root / "RULES.md",
|
||||
root / "RULES_GENERAL.md",
|
||||
root / "RULES_RUST.md",
|
||||
root / "RULES_SPECIFIC_KHADHROONY.md",
|
||||
root / "kb-lib/README.md",
|
||||
]
|
||||
candidates.extend(sorted((root / "docs").glob("*.md")))
|
||||
@@ -495,6 +498,9 @@ def audit_private_kb_lib_paths_in_active_docs(root: pathlib.Path) -> list[Violat
|
||||
root / "README.md",
|
||||
root / "ROADMAP.md",
|
||||
root / "RULES.md",
|
||||
root / "RULES_GENERAL.md",
|
||||
root / "RULES_RUST.md",
|
||||
root / "RULES_SPECIFIC_KHADHROONY.md",
|
||||
root / "kb-lib/README.md",
|
||||
root / "kb-program-ids/README.md",
|
||||
]
|
||||
@@ -545,7 +551,7 @@ def audit_wincode_resolution(root: pathlib.Path) -> list[Violation]:
|
||||
"KH_DEP002",
|
||||
"Cargo.lock",
|
||||
1,
|
||||
"versioned application workspace lockfile is required",
|
||||
"local workspace Cargo.lock is required to verify the pinned wincode resolution",
|
||||
)
|
||||
)
|
||||
return violations
|
||||
|
||||
Reference in New Issue
Block a user