xref: /llvm-project/clang-tools-extra/test/clang-tidy/infrastructure/validate-check-names.cpp (revision 885c559369fe3d6323898c17787bd0454065fc34)
1 // Check names may only contain alphanumeric characters, '-', '_', and '.'.
2 // RUN: clang-tidy -checks=* -list-checks | grep '^    ' | cut -b5- | not grep -v '^[a-zA-Z0-9_.\-]\+$'
3