Skip to content

fix: 0.4.13 release validation hotfix#87

Merged
rogerdigital merged 1 commit into
mainfrom
fix/release-validation
Jun 23, 2026
Merged

fix: 0.4.13 release validation hotfix#87
rogerdigital merged 1 commit into
mainfrom
fix/release-validation

Conversation

@rogerdigital

Copy link
Copy Markdown
Owner

Summary

0.4.12 failed Obsidian community plugin review validation. Root cause: the eslint-disable-next-line obsidianmd/ui/sentence-case comment added in #84 violates two review rules:

  1. Directive comments must include a description
  2. Disabling obsidianmd/ui/sentence-case is not allowed

This was NOT caused by the CLI relocation (#85) — bot correctly scanned the new cli/ location; those Node-API findings are warnings, not blockers.

Fix

Replace the placeholder "E.g. excalidraw-plugin" (which triggered sentence-case and needed suppression) with a descriptive "Frontmatter keys to ignore" that needs no rule suppression.

Changes

  • src/settings/settings-tab.ts: drop the eslint-disable comment, use sentence-case placeholder
  • Bump version to 0.4.13

Verification

lint ✅  obsidian-warnings ✅  build ✅  test 152/152 ✅

The Obsidian community plugin review rejects:
- directive comments without a description
- disabling obsidianmd/ui/sentence-case (not allowed)

Replace the placeholder with a descriptive sentence-case string that
needs no suppression.
@rogerdigital
rogerdigital merged commit 97e99af into main Jun 23, 2026
1 check passed
@rogerdigital
rogerdigital deleted the fix/release-validation branch June 23, 2026 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant