Commit Graph

9 Commits

Author SHA1 Message Date
Jan Niklas Hasse
e664814b6a
Merge pull request #1790 from neheb/bool
[clang-tidy] simplify boolean expression
2020-12-06 12:15:06 +01:00
Rosen Penev
7c36b8871a
[clang-tidy] simplify boolean expression
Found with readability-simplify-boolean-expr

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-05 15:47:18 -08:00
Rosen Penev
76ecd30541
[clang-tidy] fix inconsistent declarations
Found with readability-inconsistent-declaration-parameter-name

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-12-02 15:30:15 -08:00
Rosen Penev
9fa3491284
[clang-tidy] remove pointless string init
Found with readability-redundant-string-init

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-11-07 12:27:26 -08:00
Jan Niklas Hasse
ee2e2faa13 GitHub Actions: Run more tests on Ubuntu 20.04 (Docker) 2020-10-31 01:03:09 +01:00
Jan Niklas Hasse
e14c2552e9 Revert "Merge pull request #1768 from jhasse/github-actions-lint"
This reverts commit 18df4d1e5d, reversing
changes made to 54959b0f2c.
2020-10-02 13:49:17 +02:00
Jan Niklas Hasse
3b8b83802f clang-tidy: Drop readability-container-size-empty due to tests 2020-09-19 11:02:53 +02:00
Jan Niklas Hasse
aa6c4d88bd
Add more clang-tidy checks 2020-06-04 13:41:58 +02:00
Jan Niklas Hasse
281618a81b GitHub Actions: Also run on Ubuntu 18.04
Builds with both GCC and Clang and runs clang-tidy, too.
2020-05-18 17:18:10 +02:00