version: "2" plugins: markdownlint: enabled: true exclude_patterns: - ".github/" # Exclude GitHub issue templates - "scripts/" # Exclude project build scripts - "CHANGELOG.md" # Exclude automatically generated CHANGELOG.md - "**/dist/" - "**/node_modules/" - "**/tests/" - "src/setupTests.ts" # Exclude test setup files - "**/__fixtures__/" # Exclude test fixtures - "**/vendor/" - "**/*.d.ts" - "**/*.spec.ts" - "**/*.integ.ts" - "**/templates/" # Exclude template files for code climate accuracy