Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move scripts in the `scripts` directory (#2735) | Sam Clegg | 2020-04-09 | 1 | -28/+0 |
| | |||||
* | Fix clang-tidy in Travis (#2656) | Heejin Ahn | 2020-02-12 | 1 | -1/+1 |
| | | | | | | | | - Run cmake before clang-tidy. clang-tidy requires the build database file `compile_commands.json`, which is created by cmake. - Change the error message for clang-tidy. Unlike clang-format, clang-tidy does not show diff to apply; it only prints error messages. Fixes #2653. | ||||
* | Mention that the diff from clang-format and -tidy can be applied (#2526) | Alon Zakai | 2019-12-13 | 1 | -1/+1 |
| | |||||
* | Improve error detection in clang-tidy/clang-format scripts (#2156) | Sam Clegg | 2019-06-06 | 1 | -3/+18 |
| | | | | | | - Error out of shell script if any command fails. - Don't try to run on travis builds that are not PRs (i.e. don't have any upstream). - Prefer origin/master over just master (some folks don't use master locally). - Don't hide stderr by piping it to dev/null. | ||||
* | Don't show stderr output of clang-tidy in Travis CI (#2089) | Heejin Ahn | 2019-05-06 | 1 | -1/+1 |
| | | | | | When we run clang-tidy for the second time to show the error, don't show stderr output because they are not very helpful and all error messages are printed in stdout. | ||||
* | Change error message slightly | Heejin Ahn | 2019-04-30 | 1 | -1/+1 |
| | |||||
* | Remove special case handling | Heejin Ahn | 2019-04-27 | 1 | -10/+0 |
| | |||||
* | Add a helpful message when skipping test | Heejin Ahn | 2019-04-27 | 1 | -0/+1 |
| | |||||
* | Add a clang-tidy error again to show how Travis CI works | Heejin Ahn | 2019-04-27 | 1 | -2/+3 |
| | |||||
* | Missing 'then' | Heejin Ahn | 2019-04-27 | 1 | -0/+1 |
| | |||||
* | Typo fix | Heejin Ahn | 2019-04-27 | 1 | -1/+1 |
| | |||||
* | Finally? | Heejin Ahn | 2019-04-27 | 1 | -0/+7 |
| | |||||
* | Add missint 'exit 1' | Heejin Ahn | 2019-04-26 | 1 | -0/+1 |
| | |||||
* | Add clang-tidy Travis hook + test | Heejin Ahn | 2019-04-26 | 1 | -0/+12 |