7202e5e8f6
sponge(1) is a utility that reads input until complete, then opens the output file, then writes to it. This makes it useful in pipelines that read and write to the same file. Reviewed by: wblock, jilles, imp, cem, danfe (all: various iterations) Inspired by: https://joeyh.name/code/moreutils/
27 lines
448 B
Plaintext
27 lines
448 B
Plaintext
{
|
|
"exclude": "(contrib|crypto)",
|
|
"linters": {
|
|
"python": {
|
|
"type": "pep8",
|
|
"include": "(\\.py$)"
|
|
},
|
|
"spelling": {
|
|
"type": "spelling"
|
|
},
|
|
"chmod": {
|
|
"type": "chmod",
|
|
"exclude": "(/tests/)"
|
|
},
|
|
"merge-conflict": {
|
|
"type": "merge-conflict"
|
|
},
|
|
"filename": {
|
|
"type": "filename"
|
|
},
|
|
"json": {
|
|
"type": "json",
|
|
"include": "(\\.arclint|\\.json$)"
|
|
}
|
|
}
|
|
}
|