Try to speed up sonarqube scanning.
--HG-- branch : develop
This commit is contained in:
parent
e1cd58db03
commit
02754e67cd
|
@ -14,9 +14,13 @@ a unique pattern making tool.
|
|||
sonar.sourceEncoding=UTF-8
|
||||
|
||||
# exclude qt created files
|
||||
sonar.exclusions=**/ui_*.h
|
||||
sonar.exclusions=**/ui_*.h, **/qrc_*.cpp, **/moc_*.cpp
|
||||
|
||||
sonar.test.exclusions=src/test/**/*
|
||||
|
||||
# The build-wrapper output dir
|
||||
sonar.cfamily.build-wrapper-output=bw-outputs
|
||||
|
||||
sonar.sources=src
|
||||
|
||||
sonar.cfamily.threads=2
|
||||
|
|
Loading…
Reference in New Issue
Block a user