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

False positives in destructuring-assignment #3119

Closed
ThiefMaster opened this issue Oct 31, 2021 · 1 comment · Fixed by #3122
Closed

False positives in destructuring-assignment #3119

ThiefMaster opened this issue Oct 31, 2021 · 1 comment · Fixed by #3122

Comments

@ThiefMaster
Copy link
Contributor

Not sure if it's caused by the changes in #3001, but after updating from 7.24 to 7.26, I noticed a bunch of false positives showing up in my code:

.../indico/modules/events/editing/client/js/editing/timeline/util.js
  55:14  warning  Must use destructuring revision assignment  react/destructuring-assignment

.../indico/modules/rb/client/js/common/map/reducers.js
  59:9  warning  Must use destructuring action assignment  react/destructuring-assignment
  64:9  warning  Must use destructuring action assignment  react/destructuring-assignment
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants