Skip to content

Commit

Permalink
Merge pull request #7491 from pascalgrimaud/disable-sonar-typescript-…
Browse files Browse the repository at this point in the history
…S2699

Disable Sonar typescript:S2699
  • Loading branch information
pascalgrimaud authored Sep 14, 2023
2 parents 4ca4fe3 + 452ddb7 commit ec2b8d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ sonar.issue.ignore.multicriteria.S2083.ruleKey=javasecurity:S2083
sonar.issue.ignore.multicriteria.S6206.resourceKey=src/main/java/**/infrastructure/primary/**/*
sonar.issue.ignore.multicriteria.S6206.ruleKey=java:S6206

# Rule: Add at least one assertion to this test case
# Waiting the fix at https://community.sonarsource.com/t/false-positive-s2699-add-at-least-one-assertion-to-this-test-case/99064
sonar.issue.ignore.multicriteria.S2699.resourceKey=src/test/javascript/**
sonar.issue.ignore.multicriteria.S2699.ruleKey=typescript:S2699

# Rule: Remove this redundant type alias and replace its occurrences with "string"
sonar.issue.ignore.multicriteria.S6564.resourceKey=src/main/webapp/**
sonar.issue.ignore.multicriteria.S6564.ruleKey=typescript:S6564
Expand Down

0 comments on commit ec2b8d2

Please sign in to comment.