generated from edwardtheharris/ansible-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
13 changed files
with
445 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,3 +5,6 @@ _build/ | |
*.xcf | ||
.gnupg | ||
roles/reset/files/*.reset.md | ||
package-lock.json | ||
package.json | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
### | ||
# ```{rubric} MarkdownLint Configuration | ||
# ``` | ||
# --- | ||
# An example .markdownlint-cli2.yaml file | ||
# | ||
# Disable some built-in rules | ||
config: | ||
no-multiple-blanks: true | ||
no-trailing-spaces: true | ||
|
||
# Include a custom rule package | ||
# customRules: | ||
# - markdownlint-rule-titlecase | ||
|
||
# Fix any fixable errors | ||
fix: true | ||
### | ||
# Define a custom front matter pattern | ||
# frontMatter: "<head>[^]*<\/head>" | ||
# | ||
# Ignore files referenced by .gitignore (only valid at root) | ||
gitignore: true | ||
### | ||
# Define glob expressions to use (only valid at root) | ||
globs: | ||
- "#.venv" | ||
### | ||
# Define glob expressions to ignore | ||
ignores: | ||
- "ignore*.md" | ||
### | ||
# Use a plugin to recognize math | ||
# markdownItPlugins: | ||
# - | ||
# - "@iktakahiro/markdown-it-katex" | ||
# | ||
# Additional paths to resolve module locations from | ||
modulePaths: | ||
- "./modules" | ||
### | ||
# Disable banner message on stdout (only valid at root) | ||
noBanner: false | ||
### | ||
# Disable inline config comments | ||
noInlineConfig: false | ||
### | ||
# Disable progress on stdout (only valid at root) | ||
noProgress: false | ||
### | ||
# Use a specific formatter (only valid at root) | ||
outputFormatters: | ||
- | ||
- markdownlint-cli2-formatter-default | ||
- markdownlint-cli2-formatter-junit | ||
### | ||
# Show found files on stdout (only valid at root) | ||
showFound: true |
Oops, something went wrong.