issues
search
ChimeraTK
/
ApplicationCore
Core library for creating applications based on the ControlSystemAdapter and DeviceAccess.
GNU Lesser General Public License v3.0
1
stars
2
forks
source link
feat(project-template): clang-tidy targets
#320
Closed
mhier
closed
1 year ago
mhier
commented
1 year ago
Add clang-tidy targets to project
add .clang-tidy file containing our settings and some configs according to our coding guidelines
add three explicit targets for calling just lint or lint-and-fix, lint-and-fix-and-commit-after-each-fix
add enable-able support for CMake"s "native" clang-tidy support (makes build super-slow)
Add clang-tidy targets to project