You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Note that the version used in mozilla-central is behind, so not all options
4
-
# are available.
5
-
#
6
-
ignore_language=cpp,json
7
-
ignore_messages=(No Pygments lexer found for "none".)
3
+
# This list might be simplified when https://github.com/rstcheck/rstcheck-core/issues/68
4
+
# is fixed.
5
+
ignore_directives=
6
+
autoclass,
7
+
autoexception,
8
+
automethod,
9
+
automodule,
10
+
digraph,
11
+
dropdown,
12
+
graph,
13
+
graphviz,
14
+
js,
15
+
js:autoclass,
16
+
js:autofunction,
17
+
mermaid,
18
+
ignore_languages =
19
+
cpp,
20
+
json,
21
+
ignore_messages=(Duplicate explicit target name: "(.*)"|Enumerated list start value not ordinal\-1: "\d" \(ordinal \d\)|Hyperlink target ".*" is not referenced\.|No Pygments lexer found for "none"\.)
Copy file name to clipboardexpand all lines: build/docs/test_manifests.rst
+1
Original file line number
Diff line number
Diff line change
@@ -198,6 +198,7 @@ See
198
198
`the source <https://hg.mozilla.org/mozilla-central/file/default/testing/mozbase/manifestparser/manifestparser/manifestparser.py>`_ for the full documentation of the
Copy file name to clipboardexpand all lines: toolkit/modules/docs/AsyncShutdown.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -237,7 +237,7 @@ The shutdown of a process takes place by phase, such as:
237
237
238
238
- ``profileBeforeChange`` (once this phase is complete, there is no guarantee that the process has access to a profile directory);
239
239
- ``webWorkersShutdown`` (once this phase is complete, JavaScript does not have access to workers anymore);
240
-
- ...
240
+
- …
241
241
242
242
Much as services, phases have clients. For instance, all users of web workers MUST have finished using their web workers before the end of phase ``webWorkersShutdown``.
0 commit comments