Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 341 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 341 Bytes

scala-analyzer

The Scala track project-auto-mentor analyzer using Scalameta

Running in docker

To analyze a solution in docker,

  1. Build the image
docker build -t exercism/scala-analyzer .
  1. Run the image
docker run -v <~/a/local/solution>:/solution exercism/scala-analyzer <slug> /solution