mirror of
https://github.com/curl/curl.git
synced 2026-04-11 12:01:42 +08:00
clang-tidy: enable scanning headers
By setting `HeaderFilterRegex: '.*'`. Closes #20720
This commit is contained in:
parent
b1f853a384
commit
137e87ca72
@ -42,3 +42,5 @@ Checks:
|
||||
|
||||
CheckOptions:
|
||||
misc-header-include-cycle.IgnoredFilesList: 'curl/curl.h'
|
||||
|
||||
HeaderFilterRegex: '.*'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user