Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | linters/check-cpp: Don't produce debug log | Ben Gamari | 2015-12-07 | 1 | -5/+8 |
| | |||||
* | Fix broken linters when using python3 | David Kraeutmann | 2015-12-05 | 2 | -2/+2 |
| | | | | | | Reviewed By: austin Differential Revision: https://phabricator.haskell.org/D1574 | ||||
* | lint: Add linter to catch uses of ASSERT macro that Clang dislikes | Ben Gamari | 2015-12-04 | 1 | -0/+37 |
| | | | | | | In particular Clang rejects uses of CPP macros where the argument list is separated by a space from the macro name. Warn when we see ASSERT used in this way. | ||||
* | Add linter to check for binaries accidentally added to repository | Ben Gamari | 2015-12-04 | 2 | -0/+20 |
This should catch mistakes like a703fbce20969e6f02e74fee76c0a9e22b513426. Adds an arcanist-external-json-linter submodule, which should eventually be mirrored on haskell.org resources. Test Plan: Validate Reviewers: thomie, hvr, austin Reviewed By: austin Differential Revision: https://phabricator.haskell.org/D1515 |