Skip to content

Commit ed353c8

Browse files
authored
Merge pull request #237 from cloudblue/LITE-33302-bump-python-version
Exclude docker template from sonar analysis
2 parents d66666f + 00572c2 commit ed353c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)