Skip to content

Commit 43a9b89

Browse files
authored
Merge branch 'main' into experimental-manually-check-request-verb
2 parents 304203a + bfe9041 commit 43a9b89

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

python/ql/lib/semmle/python/frameworks/internal/SubclassFinder.qll

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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 {

ruby/autobuilder/src/main.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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=.")

0 commit comments

Comments
 (0)