aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_tools/lint.fish
Commit message (Collapse)AuthorAge
* Update to pcre2 10.21Gravatar Aaron Gyes2016-04-19
| | | | Point build tools at 10.21
* fix git command in lint.fish scriptGravatar Kurtis Rader2016-04-07
|
* augment the guide for contributingGravatar Kurtis Rader2016-04-05
| | | | | | | | | | Include information about how to deal with lint warnings and suppress `clang-format` reformatting of blocks of code. Move information only relevant to developers from the README.md to the CONTRIBUTING.md document. Closes #2901
* support making fish code match the style guideGravatar Kurtis Rader2016-04-04
| | | | | | | | This changes implements two new make targets: `style` and `style-all`. These make it easy to ensure that a change conforms to the project style guides for C++ and fish code. Fixes #571
* fixes for cppcheck lint warningsGravatar Kurtis Rader2016-04-04
| | | | | | Refine the linting behavior. Fix several of the, mostly trivial, lint errors.
* add make targets to lint the codeGravatar Kurtis Rader2016-04-01
Fixes #2818