From c4a78d08325b02d52609471b0127cbe49a11a7d8 Mon Sep 17 00:00:00 2001 From: LoopThrough-i-j Date: Thu, 25 Feb 2021 09:52:42 +0530 Subject: [PATCH] lint: Remove gitlint from static analysis. --- tools/test-static-analysis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-static-analysis b/tools/test-static-analysis index 6e152e6..3e9f4e8 100755 --- a/tools/test-static-analysis +++ b/tools/test-static-analysis @@ -2,5 +2,5 @@ set -ev -tools/lint +tools/lint --no-gitlint tools/run-mypy