Skip to content

v0.2.52..v0.2.53 changeset sonar project.properties

Garret Voltz edited this page Feb 12, 2020 · 1 revision
diff --git a/sonar-project.properties b/sonar-project.properties
index 73389c3..ae17256 100644
--- a/sonar-project.properties
+++ b/sonar-project.properties
@@ -5,6 +5,8 @@ sonar.github.repository=ngageoint/hootenanny
 sonar.host.url=https://sonarcloud.io
 sonar.sources=./hoot-core/src/main,./hoot-js/src/main,./hoot-rnd/src/main,./tbs/src/main,./tgs/src/main
 sonar.issue.ignore.multicriteria=cout1,cout2,cout3,cout4,cout5,cout6,cout7,protected1,undef1,empty1,explicit1,override1,ruleOf5,floatcounter,commentedCode,singleDeclaration,literalSuffix,generalCatch,macroParenthesis,misraMacro,cognitiveComplexity
+# Remove the "Incremental analysis cache" warning
+sonar.cfamily.cache.enabled=false
 
 # Only the command, test, and selected other classes should output to standard out
 sonar.issue.ignore.multicriteria.cout1.ruleKey=cpp:S106
Clone this wiki locally