Bug 1832130 - Port bug 1508369: Add stylelint (css) linting to Thunderbird CI. r=dandarnell
Differential Revision: https://phabricator.services.mozilla.com/D178858 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
6b342a3321
Коммит
336958adc4
|
@ -236,6 +236,23 @@ shellcheck:
|
|||
root-path: comm
|
||||
mozlint-config: shellcheck.yml
|
||||
|
||||
stylelint:
|
||||
description: CSS lint check
|
||||
treeherder:
|
||||
symbol: stylelint
|
||||
run:
|
||||
using: run-task
|
||||
cwd: '{checkout}'
|
||||
command: >
|
||||
cp -r /build/node_modules_eslint node_modules &&
|
||||
./mach commlint -v -l stylelint -f treeherder
|
||||
-f json:/builds/worker/mozlint.json
|
||||
comm/*
|
||||
optimization:
|
||||
skip-unless-mozlint:
|
||||
root-path: comm
|
||||
mozlint-config: stylelint.yml
|
||||
|
||||
trojan-source:
|
||||
description: Trojan Source attack - CVE-2021-42572
|
||||
platform: lint/opt
|
||||
|
|
Загрузка…
Ссылка в новой задаче