#
ecd81c82 |
| 06-Aug-2024 |
George Liu <liuxiwei@ieisystem.com> |
Fix MD040 warnings
The following warnings are generated by using markdownlint analysis: ``` MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] ``` Refer
Fix MD040 warnings
The following warnings are generated by using markdownlint analysis: ``` MD040/fenced-code-language Fenced code blocks should have a language specified [Context: "```"] ``` Refer to markdown-lint [1] to fix MD040 [1]: https://github.com/updownpress/markdown-lint/blob/master/rules/040-fenced-code-language.md
Signed-off-by: George Liu <liuxiwei@ieisystem.com> Change-Id: I942310b9d6bc3587d3cfe16c13d53d27d64fada4
show more ...
|
#
2ae14e06 |
| 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: I0da1cafebe637d22b596329925e8904773101b89 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
94122193 |
| 03-Jun-2020 |
William A. Kennington III <wak@google.com> |
README: Fix for meson instructions The old autotools instructions were left behind and needed to be updated to document how to build with meson. Change-Id: Ic0039e36709f89bb74fb
README: Fix for meson instructions The old autotools instructions were left behind and needed to be updated to document how to build with meson. Change-Id: Ic0039e36709f89bb74fb0594203257ad97ddbafe Signed-off-by: William A. Kennington III <wak@google.com>
show more ...
|