opentalk-keycloak-admin 0.1.0

Keycloak api client library for use in OpenTalk
Documentation
# SPDX-FileCopyrightText: OpenTalk GmbH <mail@opentalk.eu>
# SPDX-License-Identifier: EUPL-1.2

# Enable all rules by default
all

# All unordered lists must use '-' consistently at all levels
rule 'MD004', :style => :dash
rule 'MD007', :indent => 4

rule 'MD029', :style => :ordered

# Disable duplicate heading check
exclude_rule 'MD024'

# Disable line length limit because markdown tables can't have linebreaks in them
exclude_rule 'MD013'