alint 0.14.0

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
[
  {
    "description": "expected a file matching [LICENSE]",
    "check_name": "must-have-license",
    "fingerprint": "6d67edc4771cc4088a3ef8e03c7ad4367b7350e5069d752880a0c2f34897e865",
    "severity": "major",
    "location": {
      "path": ".",
      "lines": {
        "begin": 1
      }
    }
  }
]