Skip to content

Commit

Permalink
Final cleanup (#99)
Browse files Browse the repository at this point in the history
Replaces the YAML version of the spec with a JSON version, which is
updated to resolve:
- #96 
- #97 
- #98
  • Loading branch information
brian-comply0 authored Jun 3, 2024
1 parent 128f63e commit a9d5091
Show file tree
Hide file tree
Showing 5 changed files with 14,654 additions and 9,220 deletions.
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

0 comments on commit a9d5091

Please sign in to comment.