mirror of
https://github.com/Respect/Validation.git
synced 2026-03-14 22:35:45 +01:00
The `reuse lint` command only checks for REUSE compliance, which will accept all sorts of SPDX headers. In this project, however, we have also other conventions. For example, we require all PHP and docs files from the project to have a specific license (not just any license) and also a specific File Copyright Text (not just any copyright). This commit introduces a command to solve this problem, validating the headers more thoroughly. The introduced command also does some dogfooding, using validators from the library itself to perform some of its tasks, namely: Call, Each, Contains, Templated and Named, showcasing potential different use cases for the project. |
||
|---|---|---|
| .. | ||
| ISSUE_TEMPLATE | ||
| workflows | ||
| CODE_OF_CONDUCT.md | ||
| dependabot.yml | ||
| PULL_REQUEST_TEMPLATE.md | ||
| SECURITY.md | ||