mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
30 lines
939 B
Properties
30 lines
939 B
Properties
sonar.projectKey=open62541-main
|
|
sonar.projectName=open62541
|
|
sonar.projectVersion=0.4
|
|
|
|
sonar.log.level=INFO
|
|
|
|
sonar.exclusions=deps/**/*,build/open62541.c,build/open62541.h,CMakeFiles/**/*,tools/**/*,tests/**/*,examples/**/*
|
|
|
|
|
|
# =====================================================
|
|
# Meta-data for the project
|
|
# =====================================================
|
|
|
|
sonar.links.homepage=https://github.com/open62541/open62541
|
|
sonar.links.ci=https://travis-ci.org/open62541/open62541
|
|
sonar.links.scm=https://github.com/open62541/open62541
|
|
sonar.links.issue=https://github.com/open62541/open62541/issues
|
|
|
|
|
|
# =====================================================
|
|
# Properties that will be shared amongst all modules
|
|
# =====================================================
|
|
|
|
# SQ standard properties
|
|
sonar.sources=.
|
|
|
|
# Properties specific to the C/C++ analyzer:
|
|
sonar.cfamily.build-wrapper-output=bw-output
|
|
sonar.cfamily.gcov.reportsPath=.
|