We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0251246 commit 5a031d3Copy full SHA for 5a031d3
sonar-project.properties
@@ -9,3 +9,11 @@ sonar.coverage.exclusions=\
9
scripts/*\, \
10
release.config.js, \
11
packages/cdk/**
12
+
13
+sonar.cpd.exclusions=**/*.test.*,\
14
+ **/tests/*,\
15
+ **/jest.config.ts, \
16
+ **/jest.debug.config.ts, \
17
+ scripts/*, \
18
+ packages/cdk/nagSuppressions.ts, \
19
+ eslint.config.mjs
0 commit comments