alint 0.16.1

Language-agnostic linter for repository structure, file existence, filename conventions, and file content rules.
1
2
3
4
5
6
7
bin.name = "alint"
# H4: a second `-c` was silently dropped (consumers read only the first). It
# is now rejected loudly before any config is loaded — no fixtures needed.
args = ["-c", "a.yml", "-c", "b.yml", "list"]
status.code = 2
fs.sandbox = true
stderr = "[..]may be given at most once[..]"