* First draft of implementation Readme will follow * Rename id. * Exclude `commons-io` to disable build warnings * Simplify metrics and add documentation
9 lines
129 B
YAML
9 lines
129 B
YAML
# Default state for all rules
|
|
default: true
|
|
|
|
# MD009 - Trailing spaces
|
|
MD009:
|
|
strict: true
|
|
|
|
# MD013 - Line length
|
|
MD013: false
|