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

feature-version-based-syntax-linting #3

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

Conversation

ShadowWolf308
Copy link

@ShadowWolf308 ShadowWolf308 commented Nov 12, 2024

What is the motivation?

When using an outdated version of the database in surrealist, i found it difficult to keep track of supported syntax for different versions of surreal

What does this change do?

It adds a linter extension that you can import and give a surreal version, it will give linter errors if the syntax is no longer or is yet to be supported by the given surreal version

What is your testing strategy?

I enter a dev env and i run the linter over the given syntax i wanted to test with the linter version set to a supported version, and then in an unsupported version and looked if the linter triggered

Is this related to any issues?

no

Have you read the Contributing Guidelines?

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