fbt: fixed linter paths (#1930)
* fbt: fixed linter paths * lint: changed file permissions Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
Import("env")
|
||||
|
||||
env.Append(LINT_SOURCES=["furi"])
|
||||
env.Append(
|
||||
LINT_SOURCES=[
|
||||
"furi",
|
||||
"furi/core",
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
libenv = env.Clone(FW_LIB_NAME="furi")
|
||||
|
Reference in New Issue
Block a user