Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tweak linting rules. | Edward Z. Yang | 2014-08-10 | 1 | -4/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | Summary: - Removed the default text rule that was applied to all files; it produced way too many spurious warnings. For now, text lint is applied to C, Haskell and Shell. Add more if you care. - Makefiles and shell scripts had their max line length bumped a healthy amount. A pile of files still fail to lint, so these might even still be too aggressive. Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> Test Plan: none Reviewers: hvr, austin Subscribers: simonmar, relrod, ezyang, carter Differential Revision: https://phabricator.haskell.org/D131 | ||||
* | arclint: update linting configuration | Austin Seipp | 2014-07-21 | 1 | -3/+48 |
| | | | | Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | arclint: update rules for xml files | Austin Seipp | 2014-06-26 | 1 | -0/+9 |
| | | | | | | | As pointed out by Edward, it's probably unreasonable to have the xml docs adhere to 80 columns, so we'll separate out the linters for now. Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | arclint: disable Bad Charset lint rule | Austin Seipp | 2014-06-23 | 1 | -1/+4 |
| | | | | Signed-off-by: Austin Seipp <austin@well-typed.com> | ||||
* | Add .arclint file | Austin Seipp | 2014-06-09 | 1 | -0/+19 |
Signed-off-by: Austin Seipp <austin@well-typed.com> |