Skip to content

Commit 00572c2

Browse files
committed
Exclude docker template from sonar analysis
1 parent d66666f commit 00572c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sonar.language=py
77
sonar.sources=connect
88
sonar.tests=tests
99
sonar.inclusions=connect/**
10-
sonar.exclusions=tests/**
10+
sonar.exclusions=tests/**, connect/cli/plugins/project/extension/templates/bootstrap/${project_slug}/Dockerfile.j2
1111

1212
sonar.python.coverage.reportPaths=./coverage.xml
1313
sonar.python.version=3

0 commit comments

Comments
 (0)