Skip to content

Commit

Permalink
Erased cmake_modules. They will not belong to a makefile project.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmramosr committed May 20, 2020
1 parent 03d2d32 commit f0d781b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
[submodule "cmake_modules"]
path = cmake_modules
url = https://github.com/bilke/cmake-modules.git
[submodule "lib/gtest"]
path = lib/gtest
url = https://github.com/google/googletest.git
1 change: 0 additions & 1 deletion cmake_modules
Submodule cmake_modules deleted from 050370
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
sonar.exclusions=./src/main.cpp,./lib/*

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

0 comments on commit f0d781b

Please sign in to comment.