You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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