Backed out changeset 3d766d94945d (bug 1776480) for causing multiple xpcshell and bc failures CLOSED TREE
This commit is contained in:
@@ -58,6 +58,7 @@ The plugin implements the following rules:
|
||||
eslint-plugin-mozilla/reject-lazy-imports-into-globals
|
||||
eslint-plugin-mozilla/reject-mixing-eager-and-lazy
|
||||
eslint-plugin-mozilla/reject-multiple-getters-calls
|
||||
eslint-plugin-mozilla/reject-osfile
|
||||
eslint-plugin-mozilla/reject-relative-requires
|
||||
eslint-plugin-mozilla/reject-requires-await
|
||||
eslint-plugin-mozilla/reject-scriptableunicodeconverter
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
reject-osfile
|
||||
=============
|
||||
|
||||
Rejects calls into ``OS.File`` and ``OS.Path``. This is configured as a warning.
|
||||
You should use |IOUtils|_ and |PathUtils|_ respectively for new code. If
|
||||
modifying old code, please consider swapping it in if possible; if this is
|
||||
tricky please ensure a bug is on file.
|
||||
|
||||
.. |IOUtils| replace:: ``IOUtils``
|
||||
.. _IOUtils: https://searchfox.org/mozilla-central/source/dom/chrome-webidl/IOUtils.webidl
|
||||
|
||||
.. |PathUtils| replace:: ``PathUtils``
|
||||
.. _PathUtils: https://searchfox.org/mozilla-central/source/dom/chrome-webidl/PathUtils.webidl
|
||||
Reference in New Issue
Block a user