Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lint: add initial linting of practice exercises #219

Merged
merged 3 commits into from
Mar 17, 2021

Commits on Mar 17, 2021

  1. lint(practice_exercises): check required files exist

    Each practice exercise's directory should contain at least the following
    two files:
    - .docs/instructions.md
    - .meta/config.json
    ErikSchierboom authored and ee7 committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    442f58d View commit details
    Browse the repository at this point in the history
  2. lint(practice_exercises): check .meta/config.json files

    Co-authored-by: ee7 <45465154+ee7@users.noreply.github.com>
    ErikSchierboom and ee7 committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    94f8f0f View commit details
    Browse the repository at this point in the history
  3. lint(practice_exercises): disable authors and files checks

    To prevent `configlet lint` from producing a lot of output for nearly
    every track, we temporarily disable two checks.
    
    With this commit, `configlet lint` will not check:
    - The `files` property in the .meta/config.json file of each practice
      exercise.
    - The `authors` property in the .meta/config.json file of each practice
      exercise.
    ErikSchierboom authored and ee7 committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    699710a View commit details
    Browse the repository at this point in the history