1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-12 04:34:43 +04:00

FBT: Don't lint JS packages (#4030)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
WillyJL
2024-12-23 01:52:37 +01:00
committed by GitHub
parent a02781b936
commit 33f1a16094
2 changed files with 20 additions and 8 deletions

View File

@@ -29,6 +29,8 @@ env = ENV.Clone(
TARGETS_ROOT=Dir("#/targets"),
LINT_SOURCES=[
Dir("applications"),
# Not C code
Dir("!applications/system/js_app/packages"),
],
LIBPATH=[
"${LIB_DIST_DIR}",