Skip to content

Commit

Permalink
Merge branch 'master' into Martin/S1133_WarnOnObsolete
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-strecker-sonarsource committed Jan 31, 2023
2 parents 515c4ab + 5ac0db2 commit 3b58f38
Show file tree
Hide file tree
Showing 72 changed files with 1,712 additions and 513 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/false-positive---false-negative.md
@@ -1,7 +1,7 @@
---
name: Report a False Positive / False Negative
about: Open an issue about a C#/VB.NET analysis rule.
title: ''
title: "Fix Sxxxx [FP/FN]: Issue title"
labels: ''
assignees: ''

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
permissions:
id-token: write
contents: write
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@v5.0.1
uses: SonarSource/gh-action_release/.github/workflows/main.yaml@v5 #uses the latest v5.x.y version rather than a specific version
with:
publishToBinaries: true
mavenCentralSync: true
Expand Down
@@ -0,0 +1,30 @@
{
"issues": [
{
"id": "S3898",
"message": "Implement 'IEquatable<T>' in value type 'Arguments'.",
"location": {
"uri": "sources\Ember-MM\Ember%20Media%20Manager\frmMain.vb",
"region": {
"startLine": 8978,
"startColumn": 23,
"endLine": 8978,
"endColumn": 32
}
}
},
{
"id": "S3898",
"message": "Implement 'IEquatable<T>' in value type 'Results'.",
"location": {
"uri": "sources\Ember-MM\Ember%20Media%20Manager\frmMain.vb",
"region": {
"startLine": 8997,
"startColumn": 23,
"endLine": 8997,
"endColumn": 30
}
}
}
]
}

0 comments on commit 3b58f38

Please sign in to comment.