summaryrefslogtreecommitdiff
path: root/.pylintrc
AgeCommit message (Collapse)Author
2021-05-27prefer subprocess.call over subprocess.runHelmut Grohne
Avoid pylint complaining and we don't need the CompletedProcess object.
2021-05-27add new field .output.artifacts to schemaHelmut Grohne
Using the field you can specify an ORed set of positive glob-style patterns for artifacts to retain in the .output.directory. It defaults to including all artifacts.