commit | f20083bc4b950bbba938f48000f1b5d62bcabbc6 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Tue Jun 10 16:10:23 2025 -0400 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Jun 10 18:55:05 2025 -0400 |
tree | 67afeb9ced1b256ab3aec87d61189f1f7bd36126 | |
parent | aeb73bc59870f220a5a45ebe4b2435a99cb6cb83 [diff] |
markdownlint: disable line length via config We don't want the markdownlint warning for line length when in a table or code block but even with those disabled, markdownlint sometimes gives spurious warnings. Disable it with a config rather than as an argument. We will end up getting the code reformatted with prettier anyhow which will handle line lengths on its own. Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I6a6d2b2c798266ef067ba2b6b1e02279b59e1461