Grand Unified Software Quality Tool
Find a file
Simon Brooke d7fac836c1 Added the index layer
To allow multiple reports from a given tool for the same line of the same file.
2019-06-04 09:50:45 +01:00
doc Initial commit (not really ready for an initial commit) 2019-06-03 21:15:02 +01:00
src/gusqt Added the index layer 2019-06-04 09:50:45 +01:00
test/gusqt Initial commit (not really ready for an initial commit) 2019-06-03 21:15:02 +01:00
.gitignore Initial commit 2019-06-03 21:13:10 +01:00
CHANGELOG.md Initial commit (not really ready for an initial commit) 2019-06-03 21:15:02 +01:00
LICENSE Initial commit (not really ready for an initial commit) 2019-06-03 21:15:02 +01:00
project.clj Initial commit (not really ready for an initial commit) 2019-06-03 21:15:02 +01:00
README.md Made documentation a bit more readable for other folk 2019-06-03 21:31:13 +01:00

Grand Unified Software Quality Tool

Intended to be a wrapper into which many software quality tools can be plugged, and which will produce two separate outputs:

  1. an EDN map, integrating all the issues found be any of the tools, which can be parsed by an IDE to provide located notfications;
  2. A directory of human-readable, Markdown or HTML, documentation, including not only docstrings culled from the source but also test output, coverage, linter warnings, etc.

Usage

Doesn't work yet

License

Copyright © 2019 Simon Brooke

Distributed under the Eclipse Public License either version 2.0 or (at your option) any later version.