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.
|
||
|---|---|---|
| .. | ||
| 404-metalink.json | ||
| 404-mirrorlist.json | ||
| bad-baseurl-checksum.json | ||
| bad-metalink-checksum.json | ||
| bad-mirrorlist-checksum.json | ||
| baseurl.json | ||
| one-metalink.json | ||
| one-mirrorlist.json | ||
| two-metalink.json | ||
| two-mirrorlist.json | ||