summaryrefslogtreecommitdiff
path: root/.arclint
AgeCommit message (Collapse)Author
2017-12-19arc lint: ignore /tests/ in chmodEitan Adler
shell scripts in scripts don't need to be chmod +x to work. In fact most are not. Of the tests I found from a simple search: 65 are chmod +x 84 are chmod -x simply disable the check for test shell scripts. Recommit requested by: cem, rgrimes Notes: svn path=/head/; revision=326959
2017-12-19arclint: revert in prep for recommittingEitan Adler
Notes: svn path=/head/; revision=326958
2017-12-09arc lint: Explain linting explainEitan Adler
shell scripts in scripts don't need to be chmod +x to work. In fact most are not. Of the tests I found from a simple search: 65 are chmod +x 84 are chmod -x simply disable the check for test shell scripts. Notes: svn path=/head/; revision=326729
2017-12-05sponge(1): initial commitEitan Adler
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: svn path=/head/; revision=326554
2015-04-20phabricator related changes:Eitan Adler
- don't lint either contrib or crypto: these are both externally written directories - add additional linters for spelling (check common typos like teh -> the) - chmod linter checks for executible bit on bad files - merge-conflict checks for merge conflict tokens then may have been resolved incorrectly - filename checks for back characters in filenames - json for json syntax correctness - remove history.immutable: it is meaningless on subversion, and causes workflow problems when trying to use git. It it set to 'true' by default with hg Notes: svn path=/head/; revision=281789
2014-06-02arc: add linting for python filesEitan Adler
Notes: svn path=/head/; revision=266959