Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-31 | ["lint", "targets"]: support TMPDIR | Klaus Aehlig | |
2024-10-25 | ["lint", "targets"]: Also have a metadata file | Klaus Aehlig | |
... containing the names of artifacts (files or directories) that are from the target itself of the runfiles of direct dependencies. This allows tools to check some form of strict dependency structure. | |||
2024-09-11 | ["lint", "targets"]: improve documentation strings | Klaus Aehlig | |
2024-08-22 | Add ["lint", "defaults"] to provide paths for lint actions | Klaus Aehlig | |
... and honor those in ["lint", "targets"]. | |||
2024-08-20 | ["lint", "targets"]: deduplicate tasks | Klaus Aehlig | |
In case many "targets" are given, the field "lint" will contain all the concatenation of the provider "lint" of the given targets. There is, however, not need to lint the same file in the same context twice, so deduplicate the targets first. While this does not change the amount of lint actions carried out (as equal actions are handled only once anyway), it keeps the summary clean by not having dulicate entries. | |||
2024-08-14 | new rule ["lint", "targets"] | Klaus Aehlig | |