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
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="alint" tests="1" failures="1" errors="0" time="0">
  <testsuite name="alint" tests="1" failures="1" errors="0" time="0">
    <testcase classname="alint.must-have-license" name="(repository)" time="0">
      <failure message="expected a file matching [LICENSE]" type="error">expected a file matching [LICENSE]</failure>
    </testcase>
  </testsuite>
</testsuites>