alint 0.9.18

Language-agnostic linter for repository structure, file existence, filename conventions, and file content rules.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "facts": [
    {
      "id": "has_go",
      "kind": "any_file_exists",
      "value": false
    },
    {
      "id": "has_python",
      "kind": "any_file_exists",
      "value": false
    }
  ]
}