mirror of
https://github.com/github/codeql.git
synced 2026-05-04 13:15:21 +02:00
Ruby: Use rb prefix in diagnostic IDs for consistency with queries
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
"severity": "warning",
|
||||
"source": {
|
||||
"extractorName": "ruby",
|
||||
"id": "ruby/parse-error",
|
||||
"id": "rb/parse-error",
|
||||
"name": "Parse error"
|
||||
},
|
||||
"visibility": {
|
||||
@@ -37,7 +37,7 @@
|
||||
"severity": "warning",
|
||||
"source": {
|
||||
"extractorName": "ruby",
|
||||
"id": "ruby/parse-error",
|
||||
"id": "rb/parse-error",
|
||||
"name": "Parse error"
|
||||
},
|
||||
"visibility": {
|
||||
|
||||
Reference in New Issue
Block a user