summaryrefslogtreecommitdiff
path: root/.arclint
Commit message (Collapse)AuthorAgeFilesLines
* Cabal submodule update: hole support and tests.Edward Z. Yang2014-11-261-1/+1
| | | | | | | | | | | | | | Depends on D485 Summary: Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> Test Plan: validate Reviewers: simonpj, austin Subscribers: thomie, carter Differential Revision: https://phabricator.haskell.org/D487
* arclint: Don't complain about tabs unless it's inside the diff.Edward Z. Yang2014-10-021-4/+12
| | | | | | | | | | | | Summary: Signed-off-by: Edward Z. Yang <ezyang@cs.stanford.edu> Test Plan: none Reviewers: austin Subscribers: simonmar, ezyang, carter, thomie Differential Revision: https://phabricator.haskell.org/D303
* Tweak linting rules.Edward Z. Yang2014-08-101-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 configurationAustin Seipp2014-07-211-3/+48
| | | | Signed-off-by: Austin Seipp <austin@well-typed.com>
* arclint: update rules for xml filesAustin Seipp2014-06-261-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 ruleAustin Seipp2014-06-231-1/+4
| | | | Signed-off-by: Austin Seipp <austin@well-typed.com>
* Add .arclint fileAustin Seipp2014-06-091-0/+19
Signed-off-by: Austin Seipp <austin@well-typed.com>