Skip to content

Commit

Permalink
🔧🚇 Exclude test files from duplication checks on sonarcloud (#959)
Browse files Browse the repository at this point in the history
* 🔧 Exclude test files from duplication checks

* 🚧📚 Added change to changelog
  • Loading branch information
s-weigand authored Jan 16, 2022
1 parent 86ed99f commit 445b3fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .sonarcloud.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
sonar.cpd.exclusions=**/test_*.py
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
### 🚧 Maintenance

- 🔧 Improve packaging tooling (#923)
🔧🚇 Exclude test files from duplication checks on sonarcloud (#959)

## 0.5.1 (2021-12-31)

Expand Down

0 comments on commit 445b3fd

Please sign in to comment.