1
0
mirror of https://github.com/bia-technologies/yaxunit.git synced 2024-11-24 08:22:22 +02:00

Sonar. exclude test files analyzes

This commit is contained in:
alkoleft 2023-09-03 04:53:02 +03:00
parent c7ea8862e9
commit 61053a52bc

View File

@ -7,7 +7,7 @@ sonar.projectName=YAxUnit
# Since SonarQube 4.2, this property is optional if sonar.modules is set.
# If not set, SonarQube starts looking for source code from the directory containing
# the sonar-project.properties file.
sonar.sources=./
sonar.sources=./exts/yaxunit/src
sonar.inclusions=**/*.bsl, **/*.os
# Encoding of the source code. Default is default system encoding