Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ccac043

Browse files
Issue #1207 Exclude folders from Sonarcloud analysis (#1432)
Fixes #1207 # Description Exclude tests and examples from analysis # Checklist - [x] Links to correct issue - [ ] Update changelog, if changes affect users - [x] PR title starts with ``Issue #nr``, e.g. ``Issue #737`` - [ ] Unit tests were added - [ ] **If feature added**: Added/extended example
1 parent 5c62227 commit ccac043

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.sonarcloud.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
sonar.projectKey=Deltares_imod-python
2+
sonar.organization=deltares
3+
sonar.exlusions=imod/tests/**, examples/**

0 commit comments

Comments
 (0)