From 90e2b71457eabc85f44f78953d037807f06812c6 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Sat, 4 Jul 2020 14:59:29 -0500 Subject: [PATCH] docs(data): add doc comment to lint script --- data/lint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/data/lint.sh b/data/lint.sh index d65833331..8229d5cdb 100644 --- a/data/lint.sh +++ b/data/lint.sh @@ -1,4 +1,5 @@ #!/bin/bash +# Sorts json files by FilterLists conventions documented in Wiki. jq -S ".|=sort_by(.dependentFilterListId, .dependencyFilterListId)" Dependent.json > Dependent.tmp mv Dependent.tmp Dependent.json