summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
AgeCommit message (Collapse)AuthorFilesLines
2022-11-02Suppress C++ clang-tidy warningDavid Robillard1-0/+1
2022-09-08Use 0BSD for trivial "public domain intent" thingsDavid Robillard1-1/+1
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway.
2022-09-01Adopt REUSE machine-readable licensing standardDavid Robillard1-0/+3
2022-07-17Suppress new warnings in clang and clang-tidy 14David Robillard1-1/+3
2022-07-17Remove duplicate clang-tidy optionDavid Robillard1-1/+0
2022-05-26Suppress new warnings in clang-tidy 13David Robillard1-0/+7
2021-01-01Suppress clang-tidy C11 warningsDavid Robillard1-0/+1
2020-12-22Avoid "typedef" in C++David Robillard1-1/+0
2020-12-22Use "auto" to avoid redundancyDavid Robillard1-1/+0
2020-12-22Use "default"David Robillard1-1/+0
2020-12-21Use "nullptr" in C++ codeDavid Robillard1-1/+0
2020-12-17Suppress clang-tidy warnings about default argumentsDavid Robillard1-0/+2
2020-12-15Add clang-tidy configurationDavid Robillard1-0/+16
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