File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
python/ql/lib/semmle/python/frameworks/internal Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,7 @@ private module NotExposed {
7474 }
7575
7676 /** DEPRECATED: Alias for fullyQualifiedToApiGraphPath */
77- deprecated string fullyQualifiedToAPIGraphPath ( string fullyQaulified ) {
78- result = fullyQualifiedToApiGraphPath ( fullyQaulified )
79- }
77+ deprecated predicate fullyQualifiedToAPIGraphPath = fullyQualifiedToApiGraphPath / 1 ;
8078
8179 bindingset [ this ]
8280 abstract class FindSubclassesSpec extends string {
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ fn main() -> std::io::Result<()> {
1919 . arg ( "--include-extension=.erb" )
2020 . arg ( "--include-extension=.gemspec" )
2121 . arg ( "--include=**/Gemfile" )
22+ . arg ( "--exclude=**/.git" )
2223 . arg ( "--size-limit=5m" )
2324 . arg ( "--language=ruby" )
2425 . arg ( "--working-dir=." )
You can’t perform that action at this time.
0 commit comments