Skip to content

feat: add wildcard extension support - #217

Merged
loeffel-io merged 1 commit into
masterfrom
feature/loeffel-io/56-wildcard-extensions
Apr 22, 2024
Merged

feat: add wildcard extension support#217
loeffel-io merged 1 commit into
masterfrom
feature/loeffel-io/56-wildcard-extensions

Conversation

@loeffel-io

Copy link
Copy Markdown
Owner

close #56
close #177
ref #70

@loeffel-io loeffel-io self-assigned this Mar 25, 2024
@loeffel-io
loeffel-io marked this pull request as draft March 25, 2024 11:17
@loeffel-io
loeffel-io marked this pull request as ready for review April 22, 2024 10:42
@loeffel-io
loeffel-io merged commit 60cf127 into master Apr 22, 2024
@loeffel-io
loeffel-io deleted the feature/loeffel-io/56-wildcard-extensions branch April 22, 2024 10:42
@what1s1ove

Copy link
Copy Markdown

Hey @loeffel-io ! Thank you for all you do!

Is this not yet released in any version?

@loeffel-io

Copy link
Copy Markdown
Owner Author

Hey @loeffel-io ! Thank you for all you do!

Is this not yet released in any version?

Hey, it will be released in v2.3.0 but there is still some work to do - I’ll keep you updated

@loeffel-io

Copy link
Copy Markdown
Owner Author

This feature is now available in the v2.3.0-beta.1 release.
Please test it and let me know if there are any issues ❤️

The upcoming v2.3.0 blog post: https://ls-lint.org/blog/announcements/v2.3.0.html
The docs: https://ls-lint.org/2.3/getting-started/introduction.html
The release notes: https://github.com/loeffel-io/ls-lint/releases/tag/v2.3.0-beta.1

@what1s1ove

what1s1ove commented Jul 17, 2024

Copy link
Copy Markdown

Sure, here's the translated message:

Hi Lucas @loeffel-io ! Thank you for everything you do!

I've migrated to the new version, and everything is working as expected! Thank you! Here you can find the pull request for the migration what1s1ove/whatislove.dev#680.

However, I have one question. I'm not sure if it's related to this version or not. I have a CHANGELOG.md file that exists in each of the packages and in the root directory.

packages/package-1/
  CHANGELOG.md
packages/package-2/
  CHANGELOG.md
CHANGELOG.md

Currently, I have this rule in the ls-lint config:

ls:
  '**':
    CHANGELOG.md: SCREAMING_SNAKE_CASE

But I still have to add the root CHANGELOG.md to ignore, as the rule doesn't apply to it.

ls:
  '**':
    CHANGELOG.md: SCREAMING_SNAKE_CASE

ignore:
  - CHANGELOG.md

Could you help me with this? I would like to avoid adding the root CHANGELOG.md file to ignore. Here you can find a link to the repository with an example https://github.com/what1s1ove/whatislove.dev

@loeffel-io

loeffel-io commented Jul 17, 2024

Copy link
Copy Markdown
Owner Author

Amazing!

** match only sub directories of root - i will give you more details about your PR in your PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Feature proposal: support for mixed kebab and point case Wildcard support for file extensions?

2 participants