mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:51:53 +03:00
clang-tidy: enable scanning headers
By setting `HeaderFilterRegex: '.*'`. Closes #20720
This commit is contained in:
parent
b1f853a384
commit
137e87ca72
1 changed files with 2 additions and 0 deletions
|
|
@ -42,3 +42,5 @@ Checks:
|
||||||
|
|
||||||
CheckOptions:
|
CheckOptions:
|
||||||
misc-header-include-cycle.IgnoredFilesList: 'curl/curl.h'
|
misc-header-include-cycle.IgnoredFilesList: 'curl/curl.h'
|
||||||
|
|
||||||
|
HeaderFilterRegex: '.*'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue