mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2025-09-28 20:42:51 +02:00
No more linting extapps, tired of merge conflicts --nobuild
This commit is contained in:
@@ -327,8 +327,9 @@ firmware_env.Append(
|
||||
IMG_LINT_SOURCES=[
|
||||
# Image assets
|
||||
"applications",
|
||||
"!applications/external",
|
||||
"assets",
|
||||
# Avoid merge conflicts
|
||||
"!applications/external",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -346,8 +347,9 @@ black_commandline = [
|
||||
black_base_args = [
|
||||
"--include",
|
||||
'"(\\.scons|\\.py|SConscript|SConstruct|\\.fam)$"',
|
||||
# Avoid merge conflicts
|
||||
"--exclude",
|
||||
'"(mp_flipper/(flipperzero|docs)/.*\\.py)$"',
|
||||
'"applications/external"',
|
||||
]
|
||||
|
||||
distenv.PhonyTarget(
|
||||
|
Reference in New Issue
Block a user