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 minimum version to lints #137

Merged
merged 4 commits into from
Nov 13, 2023
Merged

Add minimum version to lints #137

merged 4 commits into from
Nov 13, 2023

Conversation

TheSignPainter98
Copy link
Owner

Problem description

Currently, all lints are always applied, meaning that an existing document when linted with a newer version of emblem will emit extra errors.

How this PR fixes the problem

This PR gives each lint a minimum applicable emblem version, hence a user's document will only be exposed to new lint checks when they choose to update version.

Check lists

  • All tests pass
  • No linting errors
  • Correctly formatted

@TheSignPainter98 TheSignPainter98 merged commit ac16394 into master Nov 13, 2023
6 checks passed
@TheSignPainter98 TheSignPainter98 deleted the lint/min-version branch November 13, 2023 15:59
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.

1 participant