mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
We no longer need the platform-specific directories, so simplify the test organization. If you don't want this change, just skip merging this PR. It's purely optional.
20 lines
692 B
Plaintext
20 lines
692 B
Plaintext
{
|
|
"helpLinks": [
|
|
"https://docs.ruby-lang.org/en/master/syntax/comments_rdoc.html#label-encoding+Directive"
|
|
],
|
|
"location": {
|
|
"file": "<test-root-directory>/encoding.rb"
|
|
},
|
|
"markdownMessage": "Unknown character encoding `silly` in `#encoding:` [directive](https://docs.ruby-lang.org/en/master/syntax/comments_rdoc.html#label-encoding+Directive).",
|
|
"plaintextMessage": "Unknown character encoding silly in #encoding: directive.",
|
|
"severity": "warning",
|
|
"source": {
|
|
"extractorName": "ruby",
|
|
"id": "ruby/unknown-character-encoding",
|
|
"name": "Could not process some files due to an unknown character encoding"
|
|
},
|
|
"visibility": {
|
|
"statusPage": true
|
|
}
|
|
}
|