Skip to content

Commit

Permalink
chore: Disable all Sonar duplicate detections (#1596)
Browse files Browse the repository at this point in the history
Co-authored-by: Are Almaas <arealmaas@gmail.com>
  • Loading branch information
oskogstad and arealmaas authored Dec 12, 2024
1 parent bb4433b commit 828851e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Disable code duplication detection for C# files
sonar.cpd.exclusions=**/*.cs
# Disable code duplication detection for C# and k6 files
sonar.cpd.exclusions=**/*.cs,**/k6/**/*

# Disable all rules for auto-generated migration files
sonar.exclusions=**/Migrations/**/*

0 comments on commit 828851e

Please sign in to comment.