-
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
makeCheckFormattedRule
to @ninjutsu-build/biome
With the new idiom of static analysis rules being able to return `validations` to add into the dependent edges, we write `makeCheckFormattedRule` to do a non-destructive check that the files are correctly formatted. We will conditionally use this in our `configure.mjs` for CI as right now if we submit a file that is incorrectly formatted the CI will just fix it (in the temporary workspace) and continue without reporting the issue.
- Loading branch information
1 parent
d7865ec
commit 6881184
Showing
4 changed files
with
188 additions
and
24 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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