/
clang-tidy
clang-tidy
clang-tidy is a static code analysis tool for C/C++ which is supported by Code Review Assistant out of the box.
Shell command
#!/bin/bash
for file in $(find . -name "*.cpp" -type f); do clang-tidy $file; done;
Example for Bamboo
, multiple selections available,
Related content
ShellCheck
ShellCheck
More like this
Hadolint
More like this
PHP CodeSniffer
PHP CodeSniffer
More like this
Pylint
More like this
Stylelint
Stylelint
More like this
Show Code Analysis in PR
Show Code Analysis in PR
More like this