Skip to content

fix: add Obsidian warning release gate#71

Merged
rogerdigital merged 1 commit into
mainfrom
fix/obsidian-warning-gate
Jun 17, 2026
Merged

fix: add Obsidian warning release gate#71
rogerdigital merged 1 commit into
mainfrom
fix/obsidian-warning-gate

Conversation

@rogerdigital

Copy link
Copy Markdown
Owner

Summary

  • suppress Obsidian runtime lint warnings for Node-only CLI files
  • add a dedicated Obsidian warning lint gate to CI
  • bump release metadata to 0.4.7

Root cause

The existing local lint configuration already exempted CLI sources from Obsidian runtime rules, but review-style warning checks can still surface Node-only CLI usage such as Node builtins, fetch, and bare timers. The plugin release assets remain limited to main.js, manifest.json, and styles.css.

Validation

  • npm run lint
  • npm run lint:obsidian-warnings
  • npm run build && npm test && npm pack --dry-run

@rogerdigital
rogerdigital merged commit 5956eea into main Jun 17, 2026
1 check passed
@rogerdigital
rogerdigital deleted the fix/obsidian-warning-gate branch June 17, 2026 11:39
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