Skip to content

Commit

Permalink
Update .markdownlint.json
Browse files Browse the repository at this point in the history
`"MD041": false,` tells the linting tool to ignore the rule that says that the first line must start with a heading. e.g. # Title of File.

This will allow the template.md files to start with the description of the vulnerability. A feature which will decrease the time it takes  for penetration testing report creation.
  • Loading branch information
RRudder authored Sep 25, 2024
1 parent aa393d2 commit d9f5552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"line_length": false,
"fenced-code-language": false,
"no-emphasis-as-heading": false,
"first-line-heading": false,
"MD041": false,
"blanks-around-headings": false
}

0 comments on commit d9f5552

Please sign in to comment.