mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-02-09 07:30:04 +00:00
Haven't been hoisted by this petard for a while
I really should move this to Gradle. Probably should just write my own plugin at this point.
This commit is contained in:
parent
6d367e08a3
commit
e1cbbe3628
@ -3,7 +3,11 @@ import pathlib, sys
|
||||
problems = False
|
||||
|
||||
# Skip images and files without extensions
|
||||
exclude = [ "*.png", "**/data/json-parsing/*.json" ]
|
||||
exclude = [
|
||||
"*.png",
|
||||
"**/data/json-parsing/*.json",
|
||||
"**/computers/ids.json",
|
||||
]
|
||||
|
||||
for path in pathlib.Path("src").glob("**/*"):
|
||||
# Ideally we'd use generated as a glob, but .match("generated/**/*.json") doesn't work!
|
||||
|
Loading…
x
Reference in New Issue
Block a user