File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,18 @@ darwin:
12
12
# (?![a-z]) means "there is no next char in the range a-z".
13
13
- " /(\\ b[Ii][Oo][Ss](?![a-zA-Z])|[Hh][Oo][Mm][Ee][Pp][Oo][Dd]|[Dd][Aa][Rr][Ww][Ii][Nn]|\\ bm[Aa][Cc]\\ b|\\ bMa[Cc]\\ b|\\ bM[Aa]c\\ b|[Mm][Aa][Cc][Oo][Ss])/"
14
14
15
- linux :
16
- - " /(linux)/i"
15
+
16
+ # NOTE:
17
+ # Linux intentionally disabled: most people compile either on linux or darwin and
18
+ # as a result a lot of issues get tagged as such even though they are not platform specific
19
+ # (e.g. we get test case failures reported as linux even though they are just normal
20
+ # test runs)
21
+ #
22
+ # Linux label should be reserved to platform-specific problems (usually bootstrap/packages
23
+ # or integration with wifi/ethernet/bluetootn/etc.)
24
+ #
25
+ # linux:
26
+ # - "/(linux)/i"
17
27
18
28
# Special Keywords for Cert Blockers
19
29
air purifiers :
You can’t perform that action at this time.
0 commit comments