#
0cfe1a2e |
| 21-Jun-2023 |
Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com> |
Fix markdownlint and shellcheck errors
This commit addresses issues with markdownlint complaining about unspecified languages for the fenced code blocks in the README.md files of the main repo and t
Fix markdownlint and shellcheck errors
This commit addresses issues with markdownlint complaining about unspecified languages for the fenced code blocks in the README.md files of the main repo and the dreport tool.
Resolved this by specifying 'bash' as the language for these code blocks in both README.md files.
Additionally added tools/dreport.d/ibm.d/plugins.d/badpel to .shellcheck-ignore to suppress SC1091 and SC2086 errors
Change-Id: I3432dc87999f518949a9459d2ab07e21a73595b1 Signed-off-by: Dhruvaraj Subhashchandran <dhruvaraj@in.ibm.com>
show more ...
|
#
d4f87564 |
| 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
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.
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.
Change-Id: I89627d0d17fabfd1ea2305d071bfd6247da6b34d Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
90a80d16 |
| 18-Oct-2022 |
Matt Spinler <spinler@us.ibm.com> |
Add README for dreport
Document how dreport works, especially the 'config' comment line in plugins that specifies when the plugins run.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I
Add README for dreport
Document how dreport works, especially the 'config' comment line in plugins that specifies when the plugins run.
Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: I2063bd8ba8397139f38396752dfbb85eea570455
show more ...
|