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:
Rob Lemley 2023-05-26 22:16:55 +00:00
Родитель 6b342a3321
Коммит 336958adc4
1 изменённых файлов: 17 добавлений и 0 удалений

Просмотреть файл

@ -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