Skip to content

Commit

Permalink
Editing exclusions from sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
jmramosr authored May 21, 2020
1 parent 9c6feac commit a2029cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ sonar.cfamily.gcov.reportsPath=./
sonar.cfamily.coverage.reportPath=./coverage/

# Exclusions
sonar.exclusions=./src/main.cpp,./lib/*,./include/gtest,./include/gmock
sonar.exclusions=./src/main.cpp,./lib/**/*,./test/**/*,./include/gtest/**/*,./include/gmock/**/*

# Threads to accelerate the analysis
sonar.cfamily.threads=8

0 comments on commit a2029cc

Please sign in to comment.