diff options
author | Andrei Pavel <andrei@isc.org> | 2024-06-17 19:46:54 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2024-06-20 17:31:30 +0200 |
commit | f11dd59433928e1f717f8e6ec76f92c19eb0636c (patch) | |
tree | 79a82da0d33fbe966dd37595d45cd33c6fab963a /tools/check-for-json-errors-in-doc.sh | |
parent | [#3287] fix reported shellcheck warnings (diff) | |
download | kea-f11dd59433928e1f717f8e6ec76f92c19eb0636c.tar.xz kea-f11dd59433928e1f717f8e6ec76f92c19eb0636c.zip |
[#3287] address review
Diffstat (limited to 'tools/check-for-json-errors-in-doc.sh')
-rwxr-xr-x | tools/check-for-json-errors-in-doc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check-for-json-errors-in-doc.sh b/tools/check-for-json-errors-in-doc.sh index 764827e5c6..42cc54bf19 100755 --- a/tools/check-for-json-errors-in-doc.sh +++ b/tools/check-for-json-errors-in-doc.sh @@ -90,7 +90,7 @@ for file in ${files}; do # 4. replace all '[ <DATA> ]' with '[ "<DATA>" ]' where DATA contains: '-' and 'A-Za-z0-9' and ' ' # 5. replace all ' <DATA>:' with ' "<DATA>":' # 6. replace all ': <DATA>' with ': "<DATA>"' - # 7. replace ' ...' with ' "placeholder": "value" + # 7. replace ' ...' with ' "placeholder": "value"' # 8. replace ', ... ' with ' ' # 9. replace ' <DATA>' with ' "placeholder": "value"' # 10. replace ' <DATA>' with ' "placeholder"' |