We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 642b8f4 commit 22d5ac0Copy full SHA for 22d5ac0
aliceO2/NamespaceNamingCheck.cpp
@@ -20,9 +20,6 @@ namespace clang {
20
namespace tidy {
21
namespace aliceO2 {
22
23
-const std::string VALID_NAME_REGEX = "[a-z][a-z_0-9]+";
24
-const std::string VALID_PATH_REGEX = "(.*/O2/.*)|(.*/test/.*)";
25
-
26
const std::string VALID_NAME_REGEX = "[a-z][a-z_0-9]+";
27
std::string VALID_PATH_REGEX = "";
28
0 commit comments