mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 14:56:54 +02:00
Remove spaces around brackets in frontmatter
This commit is contained in:
@@ -19,7 +19,7 @@ def extract_yaml_frontmatter(file_path):
|
|||||||
|
|
||||||
yaml_config = yamllint.config.YamlLintConfig(
|
yaml_config = yamllint.config.YamlLintConfig(
|
||||||
"""{
|
"""{
|
||||||
extends: relaxed,
|
extends: default,
|
||||||
rules: {
|
rules: {
|
||||||
commas: disable,
|
commas: disable,
|
||||||
trailing-spaces: disable,
|
trailing-spaces: disable,
|
||||||
|
Reference in New Issue
Block a user