From 087f9b9f9229a6a79c9a3ae6e4b549800462115c Mon Sep 17 00:00:00 2001 From: Michael Comella Date: Wed, 21 Oct 2020 10:42:07 -0700 Subject: [PATCH] For #15707: run lint rules tests in CI. This works but it's imperfect: when the tests fail, it links to the lint failure artifacts rather than the test failure artifacts. --- taskcluster/ci/lint/kind.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/taskcluster/ci/lint/kind.yml b/taskcluster/ci/lint/kind.yml index bbcc3cd65..5e527a45d 100644 --- a/taskcluster/ci/lint/kind.yml +++ b/taskcluster/ci/lint/kind.yml @@ -47,7 +47,7 @@ jobs: description: 'Running detekt over all modules' run: using: gradlew - gradlew: [detekt, githubLintDetektDetails] + gradlew: [detekt, githubLintDetektDetails, 'mozilla-detekt-rules:test'] treeherder: symbol: detekt worker: @@ -69,7 +69,7 @@ jobs: description: 'Running lint over all modules' run: using: gradlew - gradlew: ['lintDebug', 'githubLintAndroidDetails'] + gradlew: ['lintDebug', 'githubLintAndroidDetails', 'mozilla-lint-rules:test'] treeherder: symbol: lint worker: