End-to-end TSLint configurations have too many rules enabled #216
Labels
status: accepting prs
Please, send in a PR to resolve this! ✨
type: bug
Something isn't working
type: cleanup
Code smells, incorrect tests, build systems, or other internal shenanigans
Each end-to-end test
tslint.json
has something like 30 rules enabled. That's a lot of rules! The tests shouldn't be including such a large number of rules, as changes to any of them can break the end-to-end tests.If there are specific things that need to be tested, they should be in their own test. For now I'll reduce the number of rules enabled in end-to-end configurations.
The text was updated successfully, but these errors were encountered: