mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 01:31:37 +00:00
Remove spaces around brackets in frontmatter
This commit is contained in:
parent
20b76d188a
commit
ce7f340d4c
@ -19,14 +19,14 @@ def extract_yaml_frontmatter(file_path):
|
||||
|
||||
yaml_config = yamllint.config.YamlLintConfig(
|
||||
"""{
|
||||
extends: relaxed,
|
||||
extends: default,
|
||||
rules: {
|
||||
commas: disable,
|
||||
trailing-spaces: disable,
|
||||
indentation: disable,
|
||||
line-length: disable,
|
||||
empty-lines: disable
|
||||
}
|
||||
}
|
||||
}"""
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user