We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6848f5 commit 0b6ec46Copy full SHA for 0b6ec46
rust/ql/lib/codeql/files/FileSystem.qll
@@ -50,7 +50,7 @@ class File extends Container, Impl::File {
50
loc = node.getLocation()
51
|
52
node.getFile() = this and
53
- line = [/*loc.getStartLine(), */loc.getEndLine()] and // ignore start locations for now as we're getting them wrong for things with a comment attached
+ line = [/*loc.getStartLine(), */ loc.getEndLine()] and // ignore start locations for now as we're getting them wrong for things with a comment attached
54
not loc instanceof EmptyLocation
55
)
56
0 commit comments