Skip to content

Commit

Permalink
update sonar project properties
Browse files Browse the repository at this point in the history
  • Loading branch information
laumaya committed Jul 12, 2015
1 parent 984a36d commit dbd103b
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 @@ -4,7 +4,7 @@ sonar.projectVersion=1.0

# Comma-separated paths to directories with sources (required)
sonar.sources=src
cxx.sonar.exclusions=src/lib/3rdparty/**/*,src/lib/Build/*,src/examples/**/*
sonar.exclusions=src/lib/Build/*.cpp,src/examples/**/*.cpp

# The build-wrapper output dir
# sonar.cfamily.build-wrapper-output=/path/to/build-wrapper/output/dir
Expand Down

0 comments on commit dbd103b

Please sign in to comment.