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

Add ignorePseudoClasses: [] to max-nesting-depth #5620

Merged
merged 13 commits into from Oct 27, 2021

Conversation

lachieh
Copy link
Contributor

@lachieh lachieh commented Oct 21, 2021

Continuing on from #5593 after major version change.

Closes #5310

@lachieh lachieh changed the title Bugfix 5310 Add ignorePseudoClasses: [] to max-nesting-depth Oct 21, 2021
@lachieh
Copy link
Contributor Author

lachieh commented Oct 25, 2021

@ybiquitous if you're in the mood to do more reviews, this one is also ready to go 😄

lib/rules/max-nesting-depth/README.md Outdated Show resolved Hide resolved
lib/rules/max-nesting-depth/README.md Outdated Show resolved Hide resolved
lib/rules/max-nesting-depth/README.md Outdated Show resolved Hide resolved
lib/rules/max-nesting-depth/__tests__/index.js Outdated Show resolved Hide resolved
@lachieh
Copy link
Contributor Author

lachieh commented Oct 27, 2021

Thanks, updated all variations of pseudo-classes and changed to a and b elements instead of classes in tests and docs

Copy link
Member

@ybiquitous ybiquitous left a comment

Choose a reason for hiding this comment

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

LGTM. Thank you! 😄

Copy link
Member

@jeddy3 jeddy3 left a comment

Choose a reason for hiding this comment

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

Thanks! Looking great.

I've requested 3 minor changes to align with #5523


@ybiquitous Many thanks for doing the first-run-through review here and elsewhere. It's the heavy lifting.

lib/rules/max-nesting-depth/__tests__/index.js Outdated Show resolved Hide resolved
lib/rules/max-nesting-depth/__tests__/index.js Outdated Show resolved Hide resolved
lib/rules/max-nesting-depth/__tests__/index.js Outdated Show resolved Hide resolved
Co-authored-by: Richard Hallows <jeddy3@users.noreply.github.com>
Copy link
Member

@jeddy3 jeddy3 left a comment

Choose a reason for hiding this comment

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

Thanks!

@jeddy3 jeddy3 merged commit 4f8eea4 into stylelint:main Oct 27, 2021
@jeddy3
Copy link
Member

jeddy3 commented Oct 27, 2021

  • Added: ignorePseudoClasses: [] to max-nesting-depth (#5620).

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.

Add ignorePseudoClasses: [] to max-nesting-depth
3 participants