fix:
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
default: true
|
||||
|
||||
# Entspannte Regeln für Entwickler-Dokumentation
|
||||
MD013: false # Line length - zu restriktiv für technische Docs
|
||||
MD033: false # Inline HTML - manchmal nützlich für Diagramme/Badges
|
||||
MD041: false # First line heading - README.md hat oft Badges
|
||||
|
||||
# Erlaubte Heading-Duplikate (wichtig für API-Docs)
|
||||
MD024:
|
||||
siblings_only: true
|
||||
|
||||
# Lockere Listen-Indentation
|
||||
MD007:
|
||||
indent: 2
|
||||
|
||||
# Code-Blöcke brauchen Language-Tags
|
||||
MD040: true
|
||||
MD046:
|
||||
style: fenced
|
||||
@@ -0,0 +1,17 @@
|
||||
# Generierte Dateien ignorieren
|
||||
docs/api/generated/
|
||||
build/
|
||||
node_modules/
|
||||
kotlin-js-store/
|
||||
|
||||
# Externe Dokumentation
|
||||
.junie/
|
||||
|
||||
# Temporäre/Legacy-Dateien
|
||||
.vscode/
|
||||
.idea/
|
||||
.fleet/
|
||||
|
||||
# Spezielle Markdown-Dateien
|
||||
CHANGELOG.md
|
||||
LICENSE
|
||||
@@ -0,0 +1,6 @@
|
||||
extends:
|
||||
- spectral:oas
|
||||
|
||||
rules:
|
||||
# Keep defaults from spectral:oas; tweak minimal project-specific preferences here if needed
|
||||
info-contact: warn
|
||||
@@ -0,0 +1,5 @@
|
||||
StylesPath = .junie/vale
|
||||
MinAlertLevel = warning
|
||||
|
||||
[*.md]
|
||||
BasedOnStyles = Vale, MoCode
|
||||
Reference in New Issue
Block a user