Skip to content

Commit 22d5ac0

Browse files
committed
fix compile error
1 parent 642b8f4 commit 22d5ac0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

aliceO2/NamespaceNamingCheck.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ namespace clang {
2020
namespace tidy {
2121
namespace aliceO2 {
2222

23-
const std::string VALID_NAME_REGEX = "[a-z][a-z_0-9]+";
24-
const std::string VALID_PATH_REGEX = "(.*/O2/.*)|(.*/test/.*)";
25-
2623
const std::string VALID_NAME_REGEX = "[a-z][a-z_0-9]+";
2724
std::string VALID_PATH_REGEX = "";
2825

0 commit comments

Comments
 (0)