| ... |
... |
@@ -20,7 +20,7 @@ |
|
20
|
20
|
eslint:
|
|
21
|
21
|
extends: .base
|
|
22
|
22
|
script:
|
|
23
|
|
- - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l eslint
|
|
|
23
|
+ - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l eslint
|
|
24
|
24
|
rules:
|
|
25
|
25
|
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
|
26
|
26
|
changes:
|
| ... |
... |
@@ -49,7 +49,7 @@ eslint: |
|
49
|
49
|
stylelint:
|
|
50
|
50
|
extends: .base
|
|
51
|
51
|
script:
|
|
52
|
|
- - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l stylelint
|
|
|
52
|
+ - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l stylelint
|
|
53
|
53
|
rules:
|
|
54
|
54
|
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
|
55
|
55
|
changes:
|
| ... |
... |
@@ -67,7 +67,7 @@ stylelint: |
|
67
|
67
|
py-black:
|
|
68
|
68
|
extends: .base
|
|
69
|
69
|
script:
|
|
70
|
|
- - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l black
|
|
|
70
|
+ - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l black
|
|
71
|
71
|
rules:
|
|
72
|
72
|
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
|
73
|
73
|
changes:
|
| ... |
... |
@@ -86,7 +86,7 @@ py-black: |
|
86
|
86
|
py-ruff:
|
|
87
|
87
|
extends: .base
|
|
88
|
88
|
script:
|
|
89
|
|
- - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l ruff
|
|
|
89
|
+ - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l ruff
|
|
90
|
90
|
rules:
|
|
91
|
91
|
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
|
92
|
92
|
changes:
|
| ... |
... |
@@ -105,7 +105,7 @@ py-ruff: |
|
105
|
105
|
yaml:
|
|
106
|
106
|
extends: .base
|
|
107
|
107
|
script:
|
|
108
|
|
- - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l yaml
|
|
|
108
|
+ - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l yaml
|
|
109
|
109
|
rules:
|
|
110
|
110
|
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
|
111
|
111
|
changes:
|
| ... |
... |
@@ -120,7 +120,7 @@ yaml: |
|
120
|
120
|
shellcheck:
|
|
121
|
121
|
extends: .base
|
|
122
|
122
|
script:
|
|
123
|
|
- - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l shellcheck
|
|
|
123
|
+ - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l shellcheck
|
|
124
|
124
|
rules:
|
|
125
|
125
|
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
|
126
|
126
|
changes:
|
| ... |
... |
@@ -135,7 +135,7 @@ clang-format: |
|
135
|
135
|
extends: .base
|
|
136
|
136
|
script:
|
|
137
|
137
|
- ./mach configure --without-wasm-sandboxed-libraries --with-base-browser-version=0.0.0
|
|
138
|
|
- - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l clang-format
|
|
|
138
|
+ - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l clang-format
|
|
139
|
139
|
rules:
|
|
140
|
140
|
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
|
141
|
141
|
changes:
|
| ... |
... |
@@ -154,7 +154,7 @@ clang-format: |
|
154
|
154
|
rustfmt:
|
|
155
|
155
|
extends: .base
|
|
156
|
156
|
script:
|
|
157
|
|
- - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l rustfmt
|
|
|
157
|
+ - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l rustfmt
|
|
158
|
158
|
rules:
|
|
159
|
159
|
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
|
160
|
160
|
changes:
|
| ... |
... |
@@ -168,7 +168,7 @@ rustfmt: |
|
168
|
168
|
fluent-lint:
|
|
169
|
169
|
extends: .base
|
|
170
|
170
|
script:
|
|
171
|
|
- - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l fluent-lint
|
|
|
171
|
+ - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l fluent-lint
|
|
172
|
172
|
rules:
|
|
173
|
173
|
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
|
174
|
174
|
changes:
|
| ... |
... |
@@ -183,7 +183,7 @@ fluent-lint: |
|
183
|
183
|
localization:
|
|
184
|
184
|
extends: .base
|
|
185
|
185
|
script:
|
|
186
|
|
- - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l l10n
|
|
|
186
|
+ - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l l10n
|
|
187
|
187
|
rules:
|
|
188
|
188
|
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
|
189
|
189
|
changes:
|
| ... |
... |
@@ -200,7 +200,7 @@ localization: |
|
200
|
200
|
mingw-capitalization:
|
|
201
|
201
|
extends: .base
|
|
202
|
202
|
script:
|
|
203
|
|
- - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l mingw-capitalization
|
|
|
203
|
+ - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l mingw-capitalization
|
|
204
|
204
|
rules:
|
|
205
|
205
|
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
|
206
|
206
|
changes:
|
| ... |
... |
@@ -217,7 +217,7 @@ mingw-capitalization: |
|
217
|
217
|
mscom-init:
|
|
218
|
218
|
extends: .base
|
|
219
|
219
|
script:
|
|
220
|
|
- - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l mscom-init
|
|
|
220
|
+ - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l mscom-init
|
|
221
|
221
|
rules:
|
|
222
|
222
|
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
|
223
|
223
|
changes:
|
| ... |
... |
@@ -234,7 +234,7 @@ mscom-init: |
|
234
|
234
|
file-whitespace:
|
|
235
|
235
|
extends: .base
|
|
236
|
236
|
script:
|
|
237
|
|
- - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l file-whitespace
|
|
|
237
|
+ - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l file-whitespace
|
|
238
|
238
|
rules:
|
|
239
|
239
|
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
|
240
|
240
|
changes:
|
| ... |
... |
@@ -264,7 +264,7 @@ file-whitespace: |
|
264
|
264
|
test-manifest:
|
|
265
|
265
|
extends: .base
|
|
266
|
266
|
script:
|
|
267
|
|
- - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l test-manifest-alpha -l test-manifest-disable -l test-manifest-skip-if
|
|
|
267
|
+ - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l test-manifest-alpha -l test-manifest-disable -l test-manifest-skip-if
|
|
268
|
268
|
rules:
|
|
269
|
269
|
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
|
270
|
270
|
changes:
|
| ... |
... |
@@ -279,7 +279,7 @@ test-manifest: |
|
279
|
279
|
trojan-source:
|
|
280
|
280
|
extends: .base
|
|
281
|
281
|
script:
|
|
282
|
|
- - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -l trojan-source
|
|
|
282
|
+ - .gitlab/ci/jobs/lint/helpers.py --get-changed-files | xargs -d '\n' ./mach lint -v -l trojan-source
|
|
283
|
283
|
rules:
|
|
284
|
284
|
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
|
|
285
|
285
|
changes:
|