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
8
9
id:         has-readme
kind:       file_exists
categories: existence
summary:    Every glob match in paths must correspond to a real file.
docs:       https://alint.org/docs/rules/existence/file_exists/
level:      error
paths:      README.md
message:    README.md must exist at the repository root.
policy_url: https://opensource.guide/starting-a-project/#writing-a-readme