Searched defs:doc (Results 1 – 5 of 5) sorted by relevance
/scripts/ci/ |
A D | check_compliance.py | 332 doc = "Check the board.yml file format" variable in BoardYmlCheck 1573 doc = "See https://www.pylint.org/ for more details" variable in PyLint 1695 doc = "No binary files allowed." variable in BinaryFiles 1717 doc = "Check the size of image files." variable in ImageSize 1746 doc = "Check that MAINTAINERS file parses correctly." variable in MaintainersFormat 1765 doc = "Check that all modules have a MAINTAINERS entry." variable in ModulesMaintainers 1816 doc = "Check YAML files with YAMLLint." variable in YAMLLint 1846 doc = "Check Sphinx/reStructuredText files with sphinx-lint." variable in SphinxLint 1891 doc = "Check for blocks of code or config that should be kept sorted." variable in KeepSorted 1999 doc = "Check python files with ruff." variable in Ruff [all …]
|
/scripts/west_commands/zspdx/ |
A D | scanner.py | 121 def checkLicenseValid(lic, doc): argument 206 def scanDocument(cfg, doc): argument
|
A D | writer.py | 153 def writeDocumentSPDX(f, doc, spdx_version=SPDX_VERSION_2_3): argument 198 def writeSPDX(spdxPath, doc, spdx_version=SPDX_VERSION_2_3): argument
|
A D | datatypes.py | 106 def __init__(self, cfg, doc): argument 209 def __init__(self, doc, pkg): argument
|
A D | walker.py | 101 def _add_describe_relationship(self, doc, cfgpackage): argument
|
Completed in 13 milliseconds