mirror of
https://github.com/github/codeql.git
synced 2026-05-01 19:55:15 +02:00
Merge pull request #11900 from github/alexdenisov/swift-ignore-lsregister
Swift: do not trace lsregister
This commit is contained in:
@@ -78,7 +78,11 @@ function RegisterExtractorPack(id)
|
||||
invocation = {path = swiftExtractor, arguments = compilerArguments}
|
||||
}
|
||||
end
|
||||
return {SwiftMatcher}
|
||||
return {
|
||||
SwiftMatcher,
|
||||
CreatePatternMatcher({'^lsregister$'}, MatchCompilerName, nil,
|
||||
{trace = false}),
|
||||
}
|
||||
end
|
||||
|
||||
-- Return a list of minimum supported versions of the configuration file format
|
||||
|
||||
Reference in New Issue
Block a user