Closed robertmaynard closed 8 months ago
What program did you use to find these? I think we'd do well to add it as a pre-commit hook.
Brought up as a style issue during https://github.com/rapidsai/rapids-cmake/pull/530 and I manually found this with grep.
@bdice Is looking at adding the pre-commit hook currently
@KyleFromNVIDIA I added a hook called pretty-format-json
. It seems to do the job we want.
/merge
Description
While the JSON spec allows whitespace before or after any structural character, some json linters complain about it. So we remove the 'offending' whitespace.
Checklist