Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 290 Bytes

linters.md

File metadata and controls

12 lines (9 loc) · 290 Bytes

Static Code Analysis Tools

cppcheck

TODO

clang-tidy

TODO

shellcheck

shellcheck is used to check bash files for common bugs like missing quotes around paths, etc. We use shellcheck because we some bash files for our CI services.