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

Support --ignore-path option #104

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rokoucha
Copy link

Resolves #28

Added stylelint_ignore_path option

@rokoucha rokoucha force-pushed the add-stylelint-ignore-path-options branch 2 times, most recently from 6edc576 to e9e6a91 Compare September 19, 2023 05:05
@rokoucha rokoucha force-pushed the add-stylelint-ignore-path-options branch from e9e6a91 to 39e0eda Compare September 19, 2023 05:14
@@ -32,6 +32,9 @@ inputs:
default: '**/*.css'
stylelint_config:
description: "It's same as `--config` flag of stylelint."
stylelint_ignore_path:
description: "It's same as `--ignore-path` flag of stylelint."
default: '.stylelintignore'
Copy link
Member

Choose a reason for hiding this comment

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

Does this work if a repo doesn't have .stylelintignore?

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.

support --ignore-path option
2 participants