Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: github: resort and enable more compliance tests
- Checks various nits in added/modified files, not coverd by other checks, e.g. checkpatch.pl and pylint. - Checks if Emails of author and signed-off messages are consistent. - Checks for conflict markers or whitespace errors. - Run Git, Python and YAML linting on the commits and find issues with style and syntax. - Run Linux kernel check patch script. That was adapted for Bridle. - Check that MAINTAINERS file parses correctly. - Check that all modules have a MAINTAINERS entry. - Checks introducing any unwanted properties in Devicetree Bindings. - Checks introducing any new warnings/errors with Kconfig when no modules are available. - Checks introducing any new warnings/errors with Kconfig, the basic Kconfig test, which is checking only for undefined references. - Check new HWMv2 scheme for boards and SoCs. This ensures the board and SoC trees are fully self-contained and reusable. - Check the new board.yml file format that comes with HWMv2 scheme. - Check for blocks of code or config that should be kept sorted. - Check that any added image is limited in size. - Check that the diff contains no binary files. Signed-off-by: Stephan Linz <[email protected]>
- Loading branch information