summaryrefslogtreecommitdiffstats
path: root/docs/code-quality/lint/linters/eslint-plugin-mozilla/reject-addtask-only.rst
blob: e540b24416648e5626fa3813827b87ce4612e66f (plain)
1
2
3
4
5
6
reject-addtask-only
===================

Designed for JavaScript tests using the add_task pattern. Rejects chaining
.only() to an add_task() call, which is useful for local testing to run a
single task in isolation but is easy to land into the tree by accident.