mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-12-09 13:46:07 +08:00
Merge branch 'main' into tlim_b3898_bindzones
This commit is contained in:
commit
424bffc974
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ if [[ -x node_modules/.bin/prettier ]]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# JSON
|
# JSON
|
||||||
bin/fmtjson $(find . -type f -name "*.json" ! -name "package-lock.json" -print)
|
bin/fmtjson $(find . -path ./.vscode -prune -o -type f -name "*.json" ! -name "package-lock.json" -print)
|
||||||
|
|
||||||
# dnsconfig.js-compatible files:
|
# dnsconfig.js-compatible files:
|
||||||
for i in pkg/js/parse_tests/*.js ; do dnscontrol fmt -i $i -o $i ; done
|
for i in pkg/js/parse_tests/*.js ; do dnscontrol fmt -i $i -o $i ; done
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue