aboutsummaryrefslogtreecommitdiff
path: root/tools/cppcheck.sh
blob: 2b130ce09f17256bd247e235fe70c4b93bb3eacb (plain)
1
2
3
4
#!/bin/bash

cppcheck --enable=all --verbose src/ lib/ plugins/ 2> report.txt