aboutsummaryrefslogtreecommitdiff
path: root/etc/uncrustify_check.sh
Commit message (Collapse)AuthorAge
* Give up on uncrustify; switch to clang-format.Garrett D'Amore2017-07-10
|
* Prevent uncrustify "error" checks from trigger travis errors.Garrett D'Amore2017-01-08
| | | | | | | There are multiple different versions of uncrustify, and they do not always generate the same output. (Arguably this is due to defects in uncrustify.) So for now we punt and don't throw an error, but we do still generate the output. Pay attention to this going forward.
* Don't error if uncrustify is not present (Mac images).Garrett D'Amore2016-12-23
| | | | Don't colorize if stdout isn't a terminal.
* Another attempt at uncrustify checks.Garrett D'Amore2016-12-21
|
* More tweaks to script.Garrett D'Amore2016-12-21
|
* Travis stuff for uncrustify.Garrett D'Amore2016-12-21