CI does not fail on unused imports #1291
Labels
A: website
Area: website
dependencies
Pull requests that update a dependency file (automatic)
p1-important
Active priorities to deal within next sprints
As discovered and discussed here, CI doesn't block commits on eslint warnings like unused imports. I ended up discovering some of my own when running
yarn lint-ts
after all TS issues are solved.Getting the CI to fail on unused imports would be very nice, but considering that we can work around this by manually running
yarn lint-ts
I think it deserves a p1 over a p0.I can work on this, but someone more familiar with our CI may be more effective here.
The text was updated successfully, but these errors were encountered: