From ce7f340d4c3f928c896055cd93a9964ecb459fa1 Mon Sep 17 00:00:00 2001 From: Boris Verkhovskiy Date: Wed, 18 Dec 2024 15:54:05 -0700 Subject: [PATCH] Remove spaces around brackets in frontmatter --- lint/frontmatter.py | 4 ++-- nmap.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lint/frontmatter.py b/lint/frontmatter.py index 972227ea..414173c0 100755 --- a/lint/frontmatter.py +++ b/lint/frontmatter.py @@ -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 - } + } }""" ) diff --git a/nmap.md b/nmap.md index c93231bf..7024b73b 100644 --- a/nmap.md +++ b/nmap.md @@ -2,7 +2,7 @@ name: Nmap category: tool contributors: - - [ "Sebastian Oberdorfer" , "https://github.com/SOberdorfer" ] + - ["Sebastian Oberdorfer", "https://github.com/SOberdorfer"] --- ### Learn Nmap in Y Minutes