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

Lint fixes #1363

Merged
merged 3 commits into from
Sep 8, 2024
Merged

Lint fixes #1363

merged 3 commits into from
Sep 8, 2024

Conversation

prabhu
Copy link
Contributor

@prabhu prabhu commented Sep 8, 2024

Added more rules such as noUndeclaredVariables and found few bugs. Please consider using this biome.json in the new refactor branch and feel free to add more useful rules.

Signed-off-by: Prabhu Subramanian <[email protected]>
Signed-off-by: Prabhu Subramanian <[email protected]>
@@ -55,6 +55,7 @@ import {
executeParallelGradleProperties,
extractJarArchive,
frameworksList,
generatePixiLockFile,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should have repo tests for pixi with type python which would have caught this

@@ -9882,7 +9882,6 @@ export async function getJarClasses(jarFile) {
"is not recognized as an internal or external command",
)
) {
jarCommandAvailable = false;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another bug that went unreported

Signed-off-by: Prabhu Subramanian <[email protected]>
@prabhu
Copy link
Contributor Author

prabhu commented Sep 8, 2024

Denotests are consistently failing on Windows at the rm -rf command. This needs to be investigated, since the most likely cause must be atom hanging on Windows at a prior test thus blocking the rm command.

@prabhu prabhu merged commit 806d212 into master Sep 8, 2024
22 of 25 checks passed
@prabhu prabhu deleted the fix/lint-bugs branch September 8, 2024 20:10
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