An open API service indexing awesome lists of open source software.

https://github.com/exercism/scala-analyzer


https://github.com/exercism/scala-analyzer

community-contributions-paused exercism-analyzer exercism-tooling maintained-solitary

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# scala-analyzer

The Scala track project-auto-mentor analyzer using [Scalameta](https://scalameta.org/)

## Running in docker

To analyze a solution in docker,
1. Build the image
```
docker build -t exercism/scala-analyzer .
```
2. Run the image
```
docker run -v <~/a/local/solution>:/solution exercism/scala-analyzer /solution
```