Skip to content

Commit

Permalink
Correct HeaderFilterRegex
Browse files Browse the repository at this point in the history
  • Loading branch information
LunarWatcher committed Aug 22, 2024
1 parent 8fe96ce commit e697f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ Checks: >
-clang-analyzer-cplusplus.NewDeleteLeaks
# Windows does not like to cooperate with the correct type of path slashes
HeaderFilterRegex: ".*/src/hazel/.*"
HeaderFilterRegex: ".*\\/src\\/hazel\\/.*"

0 comments on commit e697f14

Please sign in to comment.