Skip to content

Conversation

@mensfeld
Copy link
Owner

Release v0.4.0

This release includes improvements to the --skip-ignore-files flag and support for 5 new ignore file parsers.

Added

  • Support for 5 new ignore file parsers (Issue [request] support stylelint ignore + more #5):
    • remark (.remarkignore) - Markdown processor ignore file
    • lychee (.lycheeignore) - Link checker ignore file
    • secretlint (.secretlintignore) - Secret detection ignore file
    • VS Code (.vscodeignore) - VS Code extension ignore file
    • git-leaks (.ignoresecrets) - Gitleaks alternative ignore file
  • Total supported configuration files increased from 62+ to 67+

Fixed

  • --skip-ignore-files now properly skips .stylelintignore files (Issue [request] support stylelint ignore + more #5)
  • --skip-ignore-files now dynamically skips all ignore file parsers (names ending with 'ignore')
  • Future-proof: new ignore file parsers are automatically skipped when using --skip-ignore-files

Changes in this PR

  • Updated version to 0.4.0 in package.json, src/cli.ts, and tests
  • Updated CHANGELOG.md to document 0.4.0 release
  • All 303 tests passing ✅

Closes #5

@mensfeld mensfeld merged commit acddc7b into master Jan 27, 2026
4 checks passed
@mensfeld mensfeld deleted the release/v0.4.0 branch January 27, 2026 09:05
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.

[request] support stylelint ignore + more

1 participant