Skip to content

Commit

Permalink
Remove rule descriptions from code duplication (#4021)
Browse files Browse the repository at this point in the history
  • Loading branch information
saberduck committed Jul 12, 2023
1 parent 61e9726 commit 91aa346
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
<sonar.javascript.lcov.reportPaths>coverage/lcov.info</sonar.javascript.lcov.reportPaths>
<sonar.typescript.tsconfigPath>${project.basedir}/tests/tsconfig.json</sonar.typescript.tsconfigPath>
<sonar.test.exclusions>tests/**/fixtures/**/*,tests/**/rules/comment-based/**/*</sonar.test.exclusions>
<sonar.cpd.exclusions>sonar-plugin/javascript-checks/src/main/resources/**/*.html</sonar.cpd.exclusions>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 91aa346

Please sign in to comment.