We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20b76d1 commit ce7f340Copy full SHA for ce7f340
lint/frontmatter.py
@@ -19,14 +19,14 @@ def extract_yaml_frontmatter(file_path):
19
20
yaml_config = yamllint.config.YamlLintConfig(
21
"""{
22
- extends: relaxed,
+ extends: default,
23
rules: {
24
commas: disable,
25
trailing-spaces: disable,
26
indentation: disable,
27
line-length: disable,
28
empty-lines: disable
29
- }
+ }
30
}"""
31
)
32
nmap.md
@@ -2,7 +2,7 @@
2
name: Nmap
3
category: tool
4
contributors:
5
- - [ "Sebastian Oberdorfer" , "https://github.com/SOberdorfer" ]
+ - ["Sebastian Oberdorfer", "https://github.com/SOberdorfer"]
6
---
7
8
### Learn Nmap in Y Minutes
0 commit comments