From e24685430929b0e60b2c972d3cafc04dfb3c808a Mon Sep 17 00:00:00 2001 From: Michael Comella Date: Wed, 21 Oct 2020 10:40:04 -0700 Subject: [PATCH] For #15707: add lint rules tests to pre-push hook. --- config/pre-push-recommended.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/pre-push-recommended.sh b/config/pre-push-recommended.sh index 39ae24c4d8..28e245997e 100755 --- a/config/pre-push-recommended.sh +++ b/config/pre-push-recommended.sh @@ -19,6 +19,8 @@ detekt \ assembleDebug \ assembleDebugAndroidTest \ + mozilla-detekt-rules:test \ + mozilla-lint-rules:test \ testDebug # Tasks omitted because they take a long time to run: