fbt: fixed linter paths (#1930)

* fbt: fixed linter paths
* lint: changed file permissions

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
hedger
2022-10-27 00:25:31 +04:00
committed by GitHub
parent aff99a72e8
commit 8b7a52b97b
8 changed files with 85 additions and 56 deletions

View File

@@ -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")