Skip to content

Commit

Permalink
cc Use --sort-keys option with pythoth -mjson.tool
Browse files Browse the repository at this point in the history
  • Loading branch information
sideshowbarker committed Feb 23, 2021
1 parent f70aca5 commit d2ac09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conformance-checkers/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ messages.json: .FORCE
https://github.com/validator/validator/releases/download/jar/vnu.jar
$(JAVA) $(JAVAFLAGS) -cp vnu.jar nu.validator.client.TestRunner \
--ignore=html-its --write-messages $@
$(PYTHON) $(PYTHONFLAGS) -mjson.tool $@ > $@.tmp
$(PYTHON) $(PYTHONFLAGS) -mjson.tool --sort-keys $@ > $@.tmp
mv $@.tmp $@

test: .FORCE
Expand Down

0 comments on commit d2ac09d

Please sign in to comment.