summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2020-10-24 22:18:53 +0200
committerIvan Komissarov <ABBAPOH@gmail.com>2020-10-26 09:56:18 +0000
commitf4d1c96b9aa73a5c215c7f76551df1ae4e7d9d54 (patch)
tree3f0b88f31c0cd073ebe6dd6e6fbf84884ffba16b /scripts
parentd91045953cda7aeb655e501561d78c7ad14038fa (diff)
downloadqbs-f4d1c96b9aa73a5c215c7f76551df1ae4e7d9d54.tar.gz
clang-tidy: Apply modernize-use-nullptr fix-it
Change-Id: I404ac10a14517763daf656dd38dd560534cbf1fa 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 d98fe2ab1..49f21c402 100755
--- a/scripts/run-analyzer.sh
+++ b/scripts/run-analyzer.sh
@@ -89,7 +89,7 @@ import os
import sys
dbFile = sys.argv[1]
-blacklist = ['json.cpp']
+blacklist = ['json.cpp', 'qmljsgrammar.cpp']
seenFiles = set()
patched_db = []
with open(dbFile, 'r') as f: