prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML
files to have consistent formatting for these file types. Re-run the
formatter on the whole repository.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
Change-Id: Ia4ef940a3b5b62bb07d8e0e61df5df1d2419fd5d
diff --git a/docs/openbmc_test_tools.md b/docs/openbmc_test_tools.md
index 3fba3b3..3210e7b 100644
--- a/docs/openbmc_test_tools.md
+++ b/docs/openbmc_test_tools.md
@@ -74,8 +74,8 @@
opal-prd is a tool used by the Energy Scale and RAS tests. It should be
installed on the OS of the system under test before running those tests.
-opal-prd may be installed on Ubuntu with: ` apt install opal-prd ` and on RedHat
-with: ` yum install opal-prd `
+opal-prd may be installed on Ubuntu with: `apt install opal-prd` and on RedHat
+with: `yum install opal-prd`
## Obtain a copy of GitHub issues in CSV format:
diff --git a/docs/redfish_coding_guidelines.md b/docs/redfish_coding_guidelines.md
index 17989b3..8c28e99 100644
--- a/docs/redfish_coding_guidelines.md
+++ b/docs/redfish_coding_guidelines.md
@@ -65,7 +65,8 @@
Redfish.Patch ${REDFISH_BASE_URI}UpdateService body={'ApplyTime' : 'Invalid'} valid_status_codes=[${HTTP_BAD_REQUEST}]
```
- - Login defaults for path, username and password are https://${OPENBMC_HOST},
+ - Login defaults for path, username and password are
+ https://${OPENBMC_HOST},
${OPENBMC_USERNAME}, ${OPENBMC_PASSWORD}.
- Many utility functions are available. Examples:;
diff --git a/ffdc/ffdc_config.yaml b/ffdc/ffdc_config.yaml
index 0ca91af..d59c65b 100644
--- a/ffdc/ffdc_config.yaml
+++ b/ffdc/ffdc_config.yaml
@@ -77,8 +77,9 @@
"peltool -a -f -h>/tmp/PEL_logs_complete_display.json 2>&1": 1200,
}
- {
- "strace -p $(pidof pldmd) -o /tmp/pldmd_strace.txt & sleep 60
- ; kill $!": 70,
+ ? "strace -p $(pidof pldmd) -o /tmp/pldmd_strace.txt & sleep
+ 60 ; kill $!"
+ : 70,
}
- "hexdump -C /var/lib/phosphor-logging/extensions/pels/badPEL
>/tmp/PEL_logs_badPEL.txt"
@@ -235,8 +236,9 @@
- "tail -n 200000 /var/log/messages >/tmp/OS_syslog.txt"
- "rm -rf /tmp/sosreport*FFDC*"
- {
- "sosreport --batch --tmp-dir /tmp --label FFDC
- >/tmp/OS_sosreport.txt": 1200,
+ ? "sosreport --batch --tmp-dir /tmp --label FFDC
+ >/tmp/OS_sosreport.txt"
+ : 1200,
}
- "tar -zcvf /tmp/crash.tar.gz /var/crash"
FILES:
@@ -279,8 +281,9 @@
- "tail -n 200000 /var/log/messages >/tmp/OS_syslog.txt"
- "rm -rf /tmp/sosreport*FFDC*"
- {
- "sosreport --batch --tmp-dir /tmp --label FFDC
- >/tmp/OS_sosreport.txt": 1200,
+ ? "sosreport --batch --tmp-dir /tmp --label FFDC
+ >/tmp/OS_sosreport.txt"
+ : 1200,
}
- "tar -zcvf /tmp/crash.tar.gz /var/crash"
FILES: