-
Notifications
You must be signed in to change notification settings - Fork 15
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
In the test suite, run arbitrary "lint" checks on code #200
Comments
julianhyde
added a commit
that referenced
this issue
Aug 20, 2023
Fix lint violations detected by #200
julianhyde
added a commit
that referenced
this issue
Aug 20, 2023
Fix lint violations detected by #200
Work in progress: https://github.com/julianhyde/morel/tree/200-lint |
julianhyde
added a commit
to julianhyde/morel
that referenced
this issue
Nov 11, 2023
Fix lint violations detected by hydromatic#200
julianhyde
added a commit
to julianhyde/morel
that referenced
this issue
Nov 13, 2023
Fix lint violations detected by hydromatic#200
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add a test
class LintTest
that runs arbitrary checks on the source code.The test is similar to the
LintTest
added in CALCITE-5765, and also uses thePuffin
script engine, added in CALCITE-5764.This change will require upgrading to Calcite 1.35, because of the dependency on
Puffin
.The text was updated successfully, but these errors were encountered: