terminal/.github/workflows
Mike Griese 1c97d20c13
Disable the json linter (#8077)
All our JSON files are _actually_ JSONC files - json with comments. 

A well-behaved application that accepts JSON should accept and ignore
comments. However, `jsonlint` is not a well behaved application in this
regard.

So, to prevent the linter from complaining about our JSON comments, we
need to disable it entirely. THAT'S RIGHT, there's not a setting to
allow JSONC. 

See #8076 as an example of this working.

This will also unblock #7462.
2020-10-28 10:46:18 -07:00
..
linter.yml Disable the json linter (#8077) 2020-10-28 10:46:18 -07:00
spelling.yml ci: spelling: update to 0.0.16a; update advice (#5922) 2020-05-28 08:01:52 -05:00