mirror of
https://github.com/github/codeql.git
synced 2026-04-27 17:55:19 +02:00
Ruby: Inline expectation should have space after $
This was a regex-find-replace from `# \$(?! )` (using a negative lookahead) to `# $ `.
This commit is contained in:
@@ -163,7 +163,7 @@ module InsecureDownload {
|
||||
//
|
||||
// ```rb
|
||||
// f = File.open("foo.exe")
|
||||
// f.write(Excon.get(...).body) # $BAD=
|
||||
// f.write(Excon.get(...).body) # $ BAD=
|
||||
// ```
|
||||
//
|
||||
// `f` is the `FileSystemAccess` and the call `f.write` is the `IO::FileWriter`.
|
||||
|
||||
Reference in New Issue
Block a user