Skip to content

Commit c932302

Browse files
authored
Merge pull request #1351 from duglin/fixtool
ignore .github files
2 parents 67163e5 + 5f90878 commit c932302

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/verify.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
_REPO_ROOT = _TOOLS_DIR.parent
3030
_FAKE_DOCS_DIR = Path(__file__).parent / "fake-docs"
3131
_FAKE_DOCS = set(_FAKE_DOCS_DIR.rglob("**/*"))
32+
_FAKE_DOCS.update(Path(".github").rglob("**/*"))
3233
_LANGUAGES_DIR_NAME = "languages"
3334
_ROOT_LANGUAGES_DIR = _REPO_ROOT / _LANGUAGES_DIR_NAME
3435

0 commit comments

Comments
 (0)