Skip to content

Commit df4047e

Browse files
committed
Bug 1997477: Add Windows-only nsIWindowsTestDebug to valid-ci-uses linter r=frontend-codestyle-reviewers,Standard8
Also fixes a stale link in docs. Differential Revision: https://phabricator.services.mozilla.com/D272328 UltraBlame original commit: 7624abd79cf83ae0db5706d8e35768a432469344
1 parent b9704a0 commit df4047e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/code-quality/lint/linters/eslint-plugin-mozilla/rules/valid-ci-uses.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ ci
145145
-
146146
uses
147147
.
148-
js
148+
mjs
149149
>
150150
(
151151
as

tools/lint/eslint/eslint-plugin-mozilla/lib/rules/valid-ci-uses.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,14 @@ windows
234234
]
235235
[
236236
"
237+
nsIWindowsTestDebug
238+
"
239+
"
240+
windows
241+
"
242+
]
243+
[
244+
"
237245
nsIWindowsUIUtils
238246
"
239247
"

0 commit comments

Comments
 (0)