Lines Matching refs:checks
53 checks="${checks_to_enable_flat// /,},-${checks_to_disable_flat// /,-}"
56 --checks="${checks}"
95 clang-tidy --checks="${checks}" --verify-config
97 clang-tidy --checks="${checks}" --list-checks
99 # These are the checks clang-tidy has *more* that so far we are missing out on,
101 clang-tidy --checks=\* --list-checks \
102 | grep -v -f <(clang-tidy --checks="${checks}" --list-checks | xargs -n1) \
105 | sed 's/^$/Disabled checks (simplified):/'