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

[ESLint] CodeFactor sees issues that are not present locally (false positives?) #64

Closed
Jxlle opened this issue Feb 21, 2024 · 1 comment

Comments

@Jxlle
Copy link

Jxlle commented Feb 21, 2024

Recently, CodeFactor was updated to support ESLint typed linting (#63). This update caused a lot of false positives for us.

Below you can see a summary of our PR, that should contain 4 warnings, and no errors. Our project uses the Cypress ESLint plugin (eslint-plugin-cypress), and I have the feeling that CodeFactor struggles to infer the types of the Cypress code lines, assuming its any, causing all the type issues.

image (12)

A recent version of our ESLint config can be seen here: #62

@cordis-dev
Copy link
Contributor

@Jxlle thank you again for reporting. We've resolved a problem on CodeFactor and your repo should now correctly report type-aware issues related to eslint-plugin-cypress.

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

No branches or pull requests

2 participants