Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Final cleanup #99

Merged
merged 18 commits into from
Jun 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 3 additions & 13 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md

# Enable all rules by default
default: true
default: false

# Disable deprecated rules
MD002: false
Expand All @@ -22,23 +22,13 @@ MD003:

MD013:
# 120 characters should be readable in the vast majority of terminals
line_length: 120
code_block_line_length: 120
line_length: 1120
code_block_line_length: 1120
stern: true

MD035:
style: "---"

MD044:
names:
# These names have the potential to occur with incorrect capitalization
# within documentation; we want to ensure that they are always capitalized
# correctly.
- "OSCAL"
- "NIST"
- "Easy Dynamics"
# In code, these names are allowed to occur with incorrect capitalization
code_blocks: false

MD046:
# Using fenced (```) for code blocks more clearly delineates the code from
Expand Down
2 changes: 1 addition & 1 deletion .yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ extends: default
rules:
# 120 chars should be enough, but don't fail if a line is longer
line-length:
max: 120
max: 1120
level: warning
allow-non-breakable-words: true
Loading
Loading