summaryrefslogtreecommitdiff
path: root/.arclint
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2017-12-05 03:55:10 +0000
committerEitan Adler <eadler@FreeBSD.org>2017-12-05 03:55:10 +0000
commit7202e5e8f6e3f0d364dfd30fd8df5a4b8e076169 (patch)
tree3ab15e07aa5d1b38c3ece0ab1c09b43fe8c5cfa0 /.arclint
parent4a51c7085e42cb631fe0f5ddf112115d55cbee65 (diff)
downloadsrc-test2-7202e5e8f6e3f0d364dfd30fd8df5a4b8e076169.tar.gz
src-test2-7202e5e8f6e3f0d364dfd30fd8df5a4b8e076169.zip
sponge(1): initial commit
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/
Notes
Notes: svn path=/head/; revision=326554
Diffstat (limited to '.arclint')
-rw-r--r--.arclint3
1 files changed, 2 insertions, 1 deletions
diff --git a/.arclint b/.arclint
index 31bda09b1a83..5078cba32c37 100644
--- a/.arclint
+++ b/.arclint
@@ -9,7 +9,8 @@
"type": "spelling"
},
"chmod": {
- "type": "chmod"
+ "type": "chmod",
+ "exclude": "(/tests/)"
},
"merge-conflict": {
"type": "merge-conflict"