exercism / clojure-analyzer

GNU Affero General Public License v3.0
2 stars 5 forks source link

Launch analyzer #21

Open bobbicodes opened 2 years ago

bobbicodes commented 2 years ago

Seems we have a run script, which calls the main function with the right args, and the Dockerfile. Details are still left to work out but the pieces are in place. I'm very slow when it comes to docker stuff because it often causes my machines to explode.

Probably ought to complete #20 because it will avoid the JVM and make analysis time nearly instantaneous.

The next thing that I know of is to create the template file in https://github.com/exercism/website-copy/tree/main/analyzer-comments to display the analysis results. Since we are just displaying the results of the script (and not creating individual analyzer comments), it will just be one file called generic.md. For example, the bash track uses results from ShellCheck: https://github.com/exercism/website-copy/blob/main/analyzer-comments/bash/shellcheck/generic.md

ErikSchierboom commented 2 years ago

If you need any help, let me know!