Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |