-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the rule that Peter requested, and add more literal support (#16)
- Some code cleanup. - New rule that reports when a transaction doesn't use the database. - Removed some false positives for SQL injection. Your passed-in query string can now also be (in part) a function expression, arrow function, null literal, bools, enums, bigints, array literal expressions, regexps, conditional expressions, and some object literal expressions (not all are supported yet), and simple object property access. - Moved the scripts to their own directory, and made a script to update the eslint plugin in every known DBOS repo that uses it. This includes installing the new version, running the linter, and making a new branch + PR. - Built a logging system for debugging during development.
- Loading branch information
Showing
8 changed files
with
629 additions
and
178 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.