mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 17:48:33 -04:00
Check: improve verbosity of url verifier (#260)
* Check: improve verbosity of url verifier * Fix Renesas url * Fix Renesas url * URL add Renesas full url * Fix more Renesas URLs * Fix Renesas url in IAR directory * Testing new curl command for url checks * Fix url_checker * Fix url_verifier * Revert Renesas url changes * add txt to the ignored header checker extentions
This commit is contained in:
parent
21b1058bf7
commit
a4b2e0c3f3
2 changed files with 8 additions and 3 deletions
3
.github/scripts/kernel_checker.py
vendored
3
.github/scripts/kernel_checker.py
vendored
|
@ -30,7 +30,8 @@ KERNEL_IGNORED_EXTENSIONS = [
|
|||
'.tex',
|
||||
'.png',
|
||||
'.bat',
|
||||
'.sh'
|
||||
'.sh',
|
||||
'.txt'
|
||||
]
|
||||
|
||||
KERNEL_IGNORED_PATTERNS = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue