This commit just ran: ``` find -iname "*.json" -print -exec sh -c 'jq --indent 2 . {} | sponge {}' \; ``` to ensure that the new test json data from librepo is in the format the linter expects.
These test: * baseurl success * baseurl with a bad checksum (or file) which is expected to fail