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
- Host: GitHub
- URL: https://github.com/exercism/scala-analyzer
- Owner: exercism
- License: mit
- Created: 2019-06-25T13:15:28.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2024-09-05T07:11:24.000Z (over 1 year ago)
- Last Synced: 2025-04-29T06:26:21.918Z (8 months ago)
- Topics: community-contributions-paused, exercism-analyzer, exercism-tooling, maintained-solitary
- Language: Scala
- Size: 62.5 KB
- Stars: 2
- Watchers: 6
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
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
```