Skip to content

Commit

Permalink
Add lint exercise docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom committed Dec 4, 2024
1 parent 5ecdca1 commit a8d5b86
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions building/tracks/new/add-initial-exercises.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,24 @@ Under the hood, the `bin/verify-exercises` script does several things:
- Run the tests
```

### Lint exercise

The final step is to run [the linter](/docs/building/configlet/lint) to check if the track's (configuration) files are properly structured - both syntactically and semantically.

First, make sure you have the latest version of [`configlet`](/docs/building/configlet/) by running:

```shell
bin/fetch-configlet
```

The run [the linter](/docs/building/configlet/lint) by running:

```shell
bin/configlet lint
```

Use the output to verify that all is well.

[problem-specifications-exercises]: https://github.com/exercism/problem-specifications/tree/main/exercises/
[allergies]: https://github.com/exercism/problem-specifications/tree/main/exercises/allergies
[alphametics]: https://github.com/exercism/problem-specifications/tree/main/exercises/alphametics
Expand Down

0 comments on commit a8d5b86

Please sign in to comment.