Skip to content

Commit 397c17c

Browse files
committed
Python: Use --lang=3 in tests
With internal update to qltest it will not actually do something. - also remove it from the tests that never needed it.
1 parent 90f94e2 commit 397c17c

File tree

14 files changed

+14
-13
lines changed

14 files changed

+14
-13
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
semmle-extractor-options: --max-import-depth=0
1+
semmle-extractor-options: --lang=3 --max-import-depth=0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
semmle-extractor-options: -p ../../lib/ --max-import-depth=3
1+
semmle-extractor-options: --lang=3 -p ../../lib/ --max-import-depth=3
22
optimize: true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
semmle-extractor-options: --max-import-depth=3
1+
semmle-extractor-options: --lang=3 --max-import-depth=3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
semmle-extractor-options: --respect-init=true
1+
semmle-extractor-options: --lang=3 --respect-init=true
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
semmle-extractor-options: --lang=3
12
automatic_locations: true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
semmle-extractor-options: --max-import-depth=3
1+
semmle-extractor-options: --lang=3 --max-import-depth=3
22
optimize: true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
semmle-extractor-options: --max-import-depth=2
1+
semmle-extractor-options: --lang=3 --max-import-depth=2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
automatic_locations: true
2-
semmle-extractor-options: --max-import-depth=1
2+
semmle-extractor-options: --lang=3 --max-import-depth=1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
semmle-extractor-options: --max-import-depth=3 --lang=3 -p ../../../query-tests/Security/lib/
1+
semmle-extractor-options: --max-import-depth=3 -p ../../../query-tests/Security/lib/
22
optimize: true
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
semmle-extractor-options: --max-import-depth=3 --lang=3 -p ../../../query-tests/Security/lib/
1+
semmle-extractor-options: --max-import-depth=3 -p ../../../query-tests/Security/lib/
22
optimize: true

0 commit comments

Comments
 (0)