lint: do yamllint install check once globally

This commit is contained in:
Hans-Christoph Steiner 2023-12-07 15:14:14 +01:00
parent a3b7c5ad12
commit 3f35b0b361
1 changed files with 5 additions and 5 deletions

View File

@ -772,6 +772,11 @@ def main():
load_antiFeatures_config()
load_categories_config()
if options.force_yamllint:
import yamllint # throw error if it is not installed
yamllint # make pyflakes ignore this
# Get all apps...
allapps = metadata.read_metadata(options.appid)
apps = common.read_app_args(options.appid, allapps, False)
@ -791,11 +796,6 @@ def main():
if app.Disabled:
continue
if options.force_yamllint:
import yamllint # throw error if it is not installed
yamllint # make pyflakes ignore this
# only run yamllint when linting individual apps.
if options.appid or options.force_yamllint:
# run yamllint on app metadata