Skip to content

Commit

Permalink
[NO-JIRA] Update rule metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ADarko22 authored and dorian-burihabwa-sonarsource committed Sep 24, 2024
1 parent 0958576 commit d58bcbd
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ ws_scan_task:
depends_on:
- build
# run only on master, long-term branches and mend-related branches
#only_if: $CIRRUS_USER_COLLABORATOR == 'true' && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "mend-.*")
only_if: $CIRRUS_USER_COLLABORATOR == 'true' && ($CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "mend-.*")
env:
WS_APIKEY: VAULT[development/kv/data/mend data.apikey]
GOPATH: ${HOME}/go
Expand Down
2 changes: 1 addition & 1 deletion sonar-ruby-plugin/sonarpedia.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"languages": [
"RUBY"
],
"latest-update": "2024-09-13T13:59:33.064714Z",
"latest-update": "2024-09-24T13:34:34.483075Z",
"options": {
"no-language-in-filenames": true,
"preserve-filenames": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"ruleSpecification": "RSPEC-2260",
"sqKey": "S2260",
"scope": "All",
"quickfix": "unknown"
"quickfix": "infeasible"
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
546
]
},
"quickfix": "unknown"
"quickfix": "infeasible"
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"ruleSpecification": "RSPEC-1186",
"sqKey": "S1186",
"scope": "All",
"quickfix": "unknown"
"quickfix": "infeasible"
}
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"ruleSpecification": "RSPEC-1479",
"sqKey": "S1479",
"scope": "All",
"quickfix": "unknown"
"quickfix": "infeasible"
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@
561
]
},
"quickfix": "unknown"
"quickfix": "infeasible"
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
"ruleSpecification": "RSPEC-1871",
"sqKey": "S1871",
"scope": "Main",
"quickfix": "unknown"
"quickfix": "infeasible"
}
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"ruleSpecification": "RSPEC-4144",
"sqKey": "S4144",
"scope": "All",
"quickfix": "unknown"
"quickfix": "infeasible"
}

0 comments on commit d58bcbd

Please sign in to comment.