summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
AgeCommit message (Collapse)AuthorFilesLines
2022-12-11Make clang-tidy configuration clean when run via mesonDavid Robillard1-17/+7
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-18Suppress new warnings in clang and clang-tidy 14David Robillard1-0/+2
2022-07-18Switch to meson build systemDavid Robillard1-0/+1
2022-05-26Suppress new warnings in clang-tidy 13David Robillard1-0/+5
2021-01-01Use separate clang-tidy configurations for headers and testsDavid Robillard1-1/+2
2020-12-22Avoid "else" after "return"David Robillard1-1/+0
2020-12-22Fix implicit narrowing conversionDavid Robillard1-1/+0
2020-12-22Remove cloned branchesDavid Robillard1-1/+0
2020-12-22Suppress nullability warningsDavid Robillard1-0/+1
2020-12-21Move header to a conventional "include" directoryDavid Robillard1-1/+0
2020-12-16Suppress new clang-tidy warningsDavid Robillard1-1/+3
2020-09-27Initialize all variablesDavid Robillard1-1/+0
2020-09-27Strengthen lint targetDavid Robillard1-0/+16