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

Fix allowEmptyInput option ignored in configuration object regression #7446

Merged
merged 4 commits into from Jan 7, 2024

Conversation

ybiquitous
Copy link
Member

Which issue, if any, is this issue related to?

Closes #7440

Is there anything in the PR that needs further explanation?

meow automatically sets the default value false for boolean flags when the flags are unspecified.

stylelint/lib/cli.mjs

Lines 203 to 206 in 804bb24

allowEmptyInput: {
aliases: ['aei'],
type: 'boolean',
},

Copy link

changeset-bot bot commented Jan 7, 2024

🦋 Changeset detected

Latest commit: dbd7180

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
stylelint Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@ybiquitous ybiquitous changed the title Fix allowEmptyInput option ignored in configuration files Fix allowEmptyInput option ignored in configuration Jan 7, 2024
@ybiquitous ybiquitous changed the title Fix allowEmptyInput option ignored in configuration Fix allowEmptyInput option ignored in configuration files Jan 7, 2024
@ybiquitous ybiquitous changed the title Fix allowEmptyInput option ignored in configuration files Fix allowEmptyInput option ignored in configuration file Jan 7, 2024
@jeddy3 jeddy3 changed the title Fix allowEmptyInput option ignored in configuration file Fix allowEmptyInput in configuration object regression Jan 7, 2024
@jeddy3 jeddy3 changed the title Fix allowEmptyInput in configuration object regression Fix allowEmptyInput option ignored in configuration object regression Jan 7, 2024
Co-authored-by: Richard Hallows <jeddy3@users.noreply.github.com>
@jeddy3
Copy link
Member

jeddy3 commented Jan 7, 2024

LGTM, thank you!

@ybiquitous ybiquitous merged commit 52be685 into main Jan 7, 2024
16 checks passed
@ybiquitous ybiquitous deleted the issue-7440 branch January 7, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Fix allowEmptyInput option ignored in configuration object regression
2 participants