Adjust paths

Signed-off-by: Elena Uziunaite <[email protected]>
This commit is contained in:
Elena Uziunaite
2024-12-18 12:16:35 +02:00
parent f0c2a09f9e
commit e0d3ffe8af
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ check()
}
# Note: if the format of calls to the "check" function changes, update
# scripts/code_style.py accordingly. For generated C source files (*.h or *.c),
# framework/scripts/code_style.py accordingly. For generated C source files (*.h or *.c),
# the format must be "check SCRIPT FILENAME...". For other source files,
# any shell syntax is permitted (including e.g. command substitution).
+1 -1
View File
@@ -140,7 +140,7 @@ component_check_doxygen_warnings () {
component_check_code_style () {
msg "Check C code style"
./scripts/code_style.py
./framework/scripts/code_style.py
}
support_check_code_style () {