Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add reuse lint to CI and pre-commit hook
The ruse tool is available in many distros[1] and can also be installed via pip on other distros (e.g. Ubuntu). Example results from github: ===== mdl ===== ===== shellcheck ===== ===== yamllint ===== ===== reuse ===== # SUMMARY * Bad licenses: * Deprecated licenses: * Licenses without file extension: * Missing licenses: * Unused licenses: * Used licenses: Apache-2.0, CC0-1.0 * Read errors: 0 * Files with copyright information: 238 / 238 * Files with license information: 238 / 238 Congratulations! Your project is compliant with version 3.0 of the REUSE Specification :-) [1] https://git.fsfe.org/reuse/tool#installation-via-package-managers-recommended Signed-off-by: Nir Soffer <[email protected]>
- Loading branch information