-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsonar-project.properties.in
35 lines (28 loc) · 1.34 KB
/
sonar-project.properties.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
#
# Project Configuration
# Customize & run /path/to/sonar-runner/bin/sonar-runner -Dproject.settings=/path/to/sonar-project.properties
#
# Add more detail to both client and server-side analysis logs.
sonar.verbose=false
# Specify not the the source directory, but some parent of the source directory
#sonar.projectBaseDir=/path/to/project/root
#sonar.working.directory=/path/to/working/folder/.sonar
# The project key that is unique for each project.
sonar.projectKey=ITC-cpp-atmi
# Name of the project that will be displayed on the web interface.
sonar.projectName=pmu:cpp-atmi
sonar.projectVersion=@BUILD@
# Comma-separated paths to directories containing source files
sonar.sources=src,include,utls
# Set the language of the source code to analyze. If not set, a multi-language analysis will be triggered.
#sonar.language=
# to exclude source code files
sonar.exclusions=**/TST/**/*,**/TST/*
# Comma-separated list of suffixes for files to analyze. To not filter, leave the list empty.
#sonar.cobol.file.suffixes=cbl,kbl,sqb,kqb,cpy
#sonar.cobol.copy.directories=
#sonar.cobol.copy.suffixes=
#sonar.c.file.suffixes=.c,.h
sonar.cpp.file.suffixes=.cc,.cpp,.cxx,.c++,.hh,.hpp,.hxx,.h++,.ipp,.kpp,.sqC,.kqp,.bcl,.bsr
#sonar.cfamily.predefinedMacros=#include "requiredMacros.h"
#sonar.cfamily.library.directories=/path/to/requiredMacros.h,/path/to/include/files