Skip to content

Commit

Permalink
Fix scripts path issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzw committed Jun 22, 2024
1 parent 5151601 commit f89bd61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/scripts/clang-tidy-wrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
import sys
from os import path

DEFAULT_CLANG_TIDY_IGNORE = ".clang-tidy-ignore"
DEFAULT_CLANG_TIDY_CONFIG = ".clang-tidy"
DEFAULT_CLANG_TIDY_IGNORE = "../../.clang-tidy-ignore"
DEFAULT_CLANG_TIDY_CONFIG = "../../.clang-tidy"


def filter_file(file):
Expand Down

0 comments on commit f89bd61

Please sign in to comment.