Skip to content

Commit ce7f340

Browse files
committed
Remove spaces around brackets in frontmatter
1 parent 20b76d1 commit ce7f340

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lint/frontmatter.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ def extract_yaml_frontmatter(file_path):
1919

2020
yaml_config = yamllint.config.YamlLintConfig(
2121
"""{
22-
extends: relaxed,
22+
extends: default,
2323
rules: {
2424
commas: disable,
2525
trailing-spaces: disable,
2626
indentation: disable,
2727
line-length: disable,
2828
empty-lines: disable
29-
}
29+
}
3030
}"""
3131
)
3232

nmap.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Nmap
33
category: tool
44
contributors:
5-
- [ "Sebastian Oberdorfer" , "https://github.com/SOberdorfer" ]
5+
- ["Sebastian Oberdorfer", "https://github.com/SOberdorfer"]
66
---
77

88
### Learn Nmap in Y Minutes

0 commit comments

Comments
 (0)