aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/lint.sh
Commit message (Collapse)AuthorAge
* Speed up source checks in Travis (#885)Gravatar Gil2018-03-07
| | | | | | | | | | | | | | | | * Factor out a whitespace checking script * Factor out a copyright checking script * Rewrite lint.sh to honor revision ranges * Only restyle files that are part of the PR * Run C++ lint before builds to fail faster * Git grep doesn't operate on revision ranges * style.sh accepts clang-format 6 or 7
* Add the C++ linter to the repo (#720)Gravatar Gil2018-01-27