aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorIvan Komissarov <ABBAPOH@gmail.com>2022-08-13 18:19:57 +0200
committerIvan Komissarov <ABBAPOH@gmail.com>2022-08-15 18:04:40 +0000
commit70853b4e13a87f2e264e96ccdf5b69626b0346de (patch)
tree5fbd2e20e424bb8c99cd5cd6c354746d6003f311 /scripts
parent363589b2489c348b298ced587d865e758d34a6fd (diff)
clang-tidy: add qmljsparser.cpp to the blacklist
This file is autogenerated and shoould not be linted. Change-Id: Id82147666d0e1d5ea78387ef460b85aca45636bb Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/run-analyzer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/run-analyzer.sh b/scripts/run-analyzer.sh
index 4293883a1..ed550a47e 100755
--- a/scripts/run-analyzer.sh
+++ b/scripts/run-analyzer.sh
@@ -88,7 +88,7 @@ import os
import sys
dbFile = sys.argv[1]
-blacklist = ['json.cpp', 'qmljsgrammar.cpp']
+blacklist = ['json.cpp', 'qmljsgrammar.cpp', 'qmljsparser.cpp']
seenFiles = set()
patched_db = []
with open(dbFile, 'r') as f: