mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 06:47: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(
|
||||
"""{
|
||||
extends: relaxed,
|
||||
extends: default,
|
||||
rules: {
|
||||
commas: disable,
|
||||
trailing-spaces: disable,
|
||||
|
Reference in New Issue
Block a user