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
In the test runner, we have a "Disable Linting" checkbox:
After creating a brand new Ember app (via ember new), I noticed that the "Disable Linting" checkbox has no effect. Whether it's checked or unchecked, linting doesn't happen inside the test runner.
The text was updated successfully, but these errors were encountered:
As I see it, there's two ways of doing this. Either:
Remove the "Disable Linting" checkbox, and strip out any dead code that handles that functionality
OR remove the checkbox, but leave the code that implements that functionality, and add some documentation somewhere on how to add the checkbox back for anyone that misses it
Either way, I think the checkbox needs to go. It's squatting on some valuable real-estate.
In the test runner, we have a "Disable Linting" checkbox:
After creating a brand new Ember app (via
ember new
), I noticed that the "Disable Linting" checkbox has no effect. Whether it's checked or unchecked, linting doesn't happen inside the test runner.The text was updated successfully, but these errors were encountered: