Skip to content

Commit

Permalink
lint: update success message (#243)
Browse files Browse the repository at this point in the history
This commit adds `status`, `online_editor`, and `key_features` to the
success message.

These changes should have been included in:
- 3d19f64 (#235)
- fb47121 (#236)
  • Loading branch information
ee7 authored Mar 26, 2021
1 parent a303465 commit 8a6d31f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lint/lint.nim
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ proc lint*(conf: Conf) =
echo """
Basic linting finished successfully:
- config.json exists and is valid JSON
- config.json has these valid fields: language, slug, active, blurb, version, tags
- 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 exercise has the required .md files
Expand Down

0 comments on commit 8a6d31f

Please sign in to comment.