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 linter for redundant descriptions #22529

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

queengooborg
Copy link
Collaborator

When going through the CSS property values, I noticed that there were a lot of features with redundant descriptions, i.e. css.properties.width.auto had the description of <code>auto</code>. These descriptions are redundant, and should be disallowed. This PR introduces a linter update to check for exactly this case.

Note: this PR will fail CI as there are many instances in our data that fail this linter rule.

@github-actions github-actions bot added the linter 🏡 Issues or pull requests regarding the tests / linter of the JSON files. label Mar 5, 2024
@Elchi3 Elchi3 self-requested a review March 12, 2024 09:21
@github-actions github-actions bot removed the linter 🏡 Issues or pull requests regarding the tests / linter of the JSON files. label Mar 28, 2024
@queengooborg queengooborg added the linter 🏡 Issues or pull requests regarding the tests / linter of the JSON files. label Mar 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linter 🏡 Issues or pull requests regarding the tests / linter of the JSON files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant