keycloak-event-metrics/.markdownlint.yaml
Stephan Schnabel c8977d7175
First draft of implementation (#1)
* First draft of implementation

Readme will follow

* Rename id.

* Exclude `commons-io` to disable build warnings

* Simplify metrics and add documentation
2023-03-03 12:38:06 +01:00

9 lines
129 B
YAML

# Default state for all rules
default: true
# MD009 - Trailing spaces
MD009:
strict: true
# MD013 - Line length
MD013: false