Add script flags to exempt a sysroot from pruning

This commit is contained in:
Blaise
2024-07-26 15:07:00 -05:00
parent 9258f5d286
commit 9c596f2c4d
7 changed files with 83 additions and 28 deletions

View File

@@ -31,6 +31,7 @@ def main():
pylint_options = [
'--disable={}'.format(','.join(disable)),
'--jobs=4',
'--max-args=6',
'--score=n',
'--persistent=n',
]