Skip to content

Commit

Permalink
.sync/markdownlint.yaml: Update brace syntax (#41)
Browse files Browse the repository at this point in the history
The text already comes with braces, so they are not needed explicitly
in the YAML config file.

Signed-off-by: Michael Kubacki <[email protected]>
  • Loading branch information
makubacki committed Nov 30, 2022
1 parent 27dae03 commit 6df41c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .sync/ci_config/.markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
{
"default": true,
"MD013": {"line_length": 120, "code_blocks": false, "tables": false},
"MD033": {"allowed_elements": [{{ allowed_elements | dump | safe }}]}
"MD033": {"allowed_elements": {{ allowed_elements | dump | safe }}}
}

0 comments on commit 6df41c4

Please sign in to comment.