Remove spaces around brackets in frontmatter

This commit is contained in:
Boris Verkhovskiy 2024-12-18 15:54:05 -07:00
parent 20b76d188a
commit ce7f340d4c
2 changed files with 3 additions and 3 deletions

View File

@ -19,14 +19,14 @@ 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,
indentation: disable, indentation: disable,
line-length: disable, line-length: disable,
empty-lines: disable empty-lines: disable
} }
}""" }"""
) )

View File

@ -2,7 +2,7 @@
name: Nmap name: Nmap
category: tool category: tool
contributors: contributors:
- [ "Sebastian Oberdorfer" , "https://github.com/SOberdorfer" ] - ["Sebastian Oberdorfer", "https://github.com/SOberdorfer"]
--- ---
### Learn Nmap in Y Minutes ### Learn Nmap in Y Minutes