Skip to content

exercism/roc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9c9d20c Â· Mar 26, 2025
Aug 6, 2024
Nov 3, 2024
Jan 31, 2025
Aug 6, 2024
Jan 31, 2025
Jan 31, 2025
Mar 26, 2025
Aug 6, 2024
Sep 13, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Oct 24, 2024
Aug 23, 2024

Repository files navigation

Exercism Roc Track

configlet tests

Exercism exercises in Roc.

Testing

To test all exercises, run ./bin/verify-exercises. This command will iterate over all exercises and check to see if their exemplar/example implementation passes all the tests.

To test a single exercise, run ./bin/verify-exercises <exercise-slug>.

Track linting

configlet is an Exercism-wide tool for working with tracks. You can download it by running:

$ ./bin/fetch-configlet

Run its lint command to verify if all exercises have all the necessary files and if config files are correct:

$ ./bin/configlet lint

The lint command is under development.
Please re-run this command regularly to see if your track passes the latest linting rules.

Basic linting finished successfully:
- config.json exists and is valid JSON
- config.json has these valid fields:
    language, slug, active, blurb, version, status, online_editor, key_features, tags
- Every concept has the required .md files
- Every concept has a valid links.json file
- Every concept has a valid .meta/config.json file
- Every concept exercise has the required .md files
- Every concept exercise has a valid .meta/config.json file
- Every practice exercise has the required .md files
- Every practice exercise has a valid .meta/config.json file
- Required track docs are present
- Required shared exercise docs are present