Home
last modified time | relevance | path

Searched full:yamllint (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.4.0/scripts/
Drequirements-compliance.txt9 yamllint
/Zephyr-Core-3.4.0/
D.gitignore81 YAMLLint.txt
DMAINTAINERS.yml437 - .yamllint
/Zephyr-Core-3.4.0/.github/workflows/
Dcompliance.yml30 pip3 install python-magic lxml junitparser gitlint pylint pykwalify yamllint
/Zephyr-Core-3.4.0/scripts/ci/
Dcheck_compliance.py20 from yamllint import config, linter
1060 class YAMLLint(ComplianceTest): class
1062 YAMLLint
1064 name = "YAMLLint"
1065 doc = "Check YAML files with YAMLLint."
1069 config_file = os.path.join(ZEPHYR_BASE, ".yamllint")
1086 self.fmtd_failure('warning', f'YAMLLint ({p.rule})', file,