Skip to content

Commit

Permalink
Add glossary to linting (#113)
Browse files Browse the repository at this point in the history
* Add glossary to linting

* Update building/configlet/lint.md

Co-authored-by: Jeremy Walker <[email protected]>

* Update building/configlet/lint.md

Co-authored-by: Jeremy Walker <[email protected]>

Co-authored-by: Jeremy Walker <[email protected]>
  • Loading branch information
ErikSchierboom and iHiD authored Apr 10, 2021
1 parent 4a42d33 commit b1a1223
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions building/configlet/lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,3 +292,7 @@ The `config.json` file should have the following checks:
- The `"contributors"` values must not have duplicates
- The `"contributors"` values are treated case-insensitively
- Users can only be listed in either the `"authors"` or `"contributors"` array (no overlap)

## Glossary

- _kebab_case_: strings containing only characters in the range `[a-z0-9]` optionally separated by dashes (e.g. "two-fer"). In regular expression format: `^[a-z0-9]+(-[a-z0-9]+)*$`

0 comments on commit b1a1223

Please sign in to comment.