Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sui-lint ignore-patterns option #1675

Merged
merged 2 commits into from
Dec 4, 2023
Merged

Conversation

jordevo
Copy link
Contributor

@jordevo jordevo commented Dec 3, 2023

Description

Sometimes (on CI, on a local environment...) you may want to skip some additional folders when running sui-lint js. On a monorepo, a common example could be the components' demo or the test-e2e folders.

Related Issue

N/A

Example

npx @s-ui/lint js -- --ignore-patterns demo test-e2e
...this will allow you to skip demo folders and sub-folders as well as test-e2e.

@jordevo jordevo changed the title sui-lint ignore pattern option sui-lint ignore-patterns option Dec 3, 2023
Copy link
Contributor

@oriolpuig oriolpuig left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👌🏻

@jordevo jordevo merged commit 763147b into master Dec 4, 2023
1 check passed
@jordevo jordevo deleted the feat-sui-lint-ignore-pattern branch December 4, 2023 08:27
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.

3 participants