summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1790 from neheb/boolJan Niklas Hasse2020-12-061-0/+2
|\ | | | | [clang-tidy] simplify boolean expression
| * [clang-tidy] simplify boolean expressionRosen Penev2020-12-051-0/+2
| | | | | | | | | | | | Found with readability-simplify-boolean-expr Signed-off-by: Rosen Penev <rosenp@gmail.com>
* | [clang-tidy] fix inconsistent declarationsRosen Penev2020-12-021-0/+2
|/ | | | | | Found with readability-inconsistent-declaration-parameter-name Signed-off-by: Rosen Penev <rosenp@gmail.com>
* [clang-tidy] remove pointless string initRosen Penev2020-11-071-0/+2
| | | | | | Found with readability-redundant-string-init Signed-off-by: Rosen Penev <rosenp@gmail.com>
* GitHub Actions: Run more tests on Ubuntu 20.04 (Docker)Jan Niklas Hasse2020-10-311-0/+11
|
* Revert "Merge pull request #1768 from jhasse/github-actions-lint"Jan Niklas Hasse2020-10-021-11/+0
| | | | | This reverts commit 18df4d1e5dbd905507476d92351a2f8010a49356, reversing changes made to 54959b0f2c4950d97d94c03810b3b5185be0d69e.
* clang-tidy: Drop readability-container-size-empty due to testsJan Niklas Hasse2020-09-191-2/+0
|
* Add more clang-tidy checksJan Niklas Hasse2020-06-041-0/+4
|
* GitHub Actions: Also run on Ubuntu 18.04Jan Niklas Hasse2020-05-181-0/+9
Builds with both GCC and Clang and runs clang-tidy, too.