Skip to content

Commit

Permalink
Updated .sonarlint config (#3257)
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanp-sonar authored and rita-gorokhod committed Sep 23, 2022
1 parent 419f803 commit 9d3783c
Show file tree
Hide file tree
Showing 5 changed files with 2,409 additions and 2 deletions.
10 changes: 9 additions & 1 deletion .sonarlint/SonarLint.VisualStudio.Integration.slconfig
Expand Up @@ -9,7 +9,15 @@
"Profiles": {
"CSharp": {
"ProfileKey": "AXMj64MpNLR31yYOjFOv",
"ProfileTimestamp": "2022-01-17T12:31:43Z"
"ProfileTimestamp": "2022-07-05T10:19:20Z"
},
"Js": {
"ProfileKey": "AXDEzmPRHw8n39cebkZu",
"ProfileTimestamp": "2022-08-11T13:43:33Z"
},
"Ts": {
"ProfileKey": "AXDEzzRB_boTTdSgJgBp",
"ProfileTimestamp": "2022-08-11T13:49:23Z"
}
}
}
1 change: 1 addition & 0 deletions .sonarlint/sonar.settings.json
@@ -0,0 +1 @@
{"sonar.exclusions":[],"sonar.global.exclusions":["**/build-wrapper-dump.json"],"sonar.inclusions":[]}
8 changes: 7 additions & 1 deletion .sonarlint/sonarlint-visualstudioCSharp.ruleset
Expand Up @@ -101,7 +101,7 @@
<Rule Id="S2201" Action="Warning" />
<Rule Id="S2219" Action="Info" />
<Rule Id="S2221" Action="None" />
<Rule Id="S2222" Action="None" />
<Rule Id="S2222" Action="Warning" />
<Rule Id="S2223" Action="Warning" />
<Rule Id="S2225" Action="Warning" />
<Rule Id="S2228" Action="None" />
Expand Down Expand Up @@ -362,6 +362,12 @@
<Rule Id="S5659" Action="Warning" />
<Rule Id="S5773" Action="Warning" />
<Rule Id="S6354" Action="None" />
<Rule Id="S6419" Action="Warning" />
<Rule Id="S6420" Action="Warning" />
<Rule Id="S6421" Action="None" />
<Rule Id="S6422" Action="Warning" />
<Rule Id="S6423" Action="None" />
<Rule Id="S6424" Action="Warning" />
<Rule Id="S818" Action="Info" />
<Rule Id="S881" Action="None" />
<Rule Id="S907" Action="Warning" />
Expand Down

0 comments on commit 9d3783c

Please sign in to comment.