Closed
Description
The git ignored artifacts created by make test-addons
are not passing the linter after the upgrade to eslint v2
This is blocking #5372 landing on LTS, it is also at the very least annoying on master.
I have a naive fix by adding test/addons/0*
to the .eslintignore
. PR incoming.
Should the temporary artifacts of the addons test be living in the test dir?