Skip to content

Commit

Permalink
README: fix broken link to linting docs (#229)
Browse files Browse the repository at this point in the history
Files in the `exercism/docs` repo were recently moved around.

See:
- exercism/docs#86
  • Loading branch information
ee7 authored Mar 23, 2021
1 parent afe2376 commit f24176d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Global options:

## Linting

The primary function of configlet is to do _linting_: checking if a track's configuration files are properly structured - both syntactically and semantically. Misconfigured tracks may not sync correctly, may look wrong on the website, or may present a suboptimal user experience, so configlet's guards play an important part in maintaining the integrity of Exercism. The full list of rules that are checked by the linter can be found [here](https://github.com/exercism/v3-docs/blob/main/anatomy/tracks/configlet/linting.md).
The primary function of configlet is to do _linting_: checking if a track's configuration files are properly structured - both syntactically and semantically. Misconfigured tracks may not sync correctly, may look wrong on the website, or may present a suboptimal user experience, so configlet's guards play an important part in maintaining the integrity of Exercism. The full list of rules that are checked by the linter can be found [here](https://github.com/exercism/docs/blob/main/building/configlet/lint.md).

The `configlet lint` command is currently in the process of being implemented.

Expand Down

0 comments on commit f24176d

Please sign in to comment.