You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
A recent version of our ESLint config can be seen here: #62
The text was updated successfully, but these errors were encountered:
@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.
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 itsany
, causing all the type issues.A recent version of our ESLint config can be seen here: #62
The text was updated successfully, but these errors were encountered: