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

feat: implement fshlint foundation #1

Merged
merged 3 commits into from
Jul 1, 2024
Merged

feat: implement fshlint foundation #1

merged 3 commits into from
Jul 1, 2024

Conversation

ivorscott
Copy link
Member

@ivorscott ivorscott commented Jun 30, 2024

This tool leverages ANTLR v4 grammar from the SUSHI project to lint .fsh files without compiling them. This makes it particularly useful for continuous integration (CI) pipelines and can be easily integrated into a project's Makefile, allowing it to run alongside other tests.

It will also form the basis of an upcoming JetBrains plugin to support FSH files.

@ivorscott ivorscott merged commit b33f034 into main Jul 1, 2024
2 checks passed
@ivorscott ivorscott deleted the parser branch July 1, 2024 00:05
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