summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
AgeCommit message (Collapse)AuthorFilesLines
2020-09-27Don't use else after return or breakDavid Robillard1-1/+0
Normally I don't enable this once, since it's often silly, but here it does actually make things more readable.
2020-09-27Separate declarations and initialize all variablesDavid Robillard1-2/+0
2020-09-27Strengthen lint targetDavid Robillard1-0/+15