Skip to content

jsonlint should look for JSON files at their post-re-organisation locations #371

Closed
@petertseng

Description

@petertseng

#351 moved files from the root of this repo to per-problem subdirectories under exercises/.

However, jsonlint still searches for files in the root of this repo only because its glob at https://github.com/exercism/x-common/blob/master/bin/jsonlint#L4 is *.json.

This means that we are not getting JSON validation on any JSON files currently.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions