Skip to content

Commit dcb41a1

Browse files
authored
Merge pull request github#2780 from RasmusWL/python-clean-qltest-options
Python: clean qltest options files
2 parents 4412cea + 895f2f7 commit dcb41a1

File tree

19 files changed

+14
-20
lines changed

19 files changed

+14
-20
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
automatic_locations: true
21
semmle-extractor-options: --lang=2

python/ql/test/2/query-tests/options

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
automatic_locations: true
21
semmle-extractor-options: --lang=2 --max-import-depth=1
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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
automatic_locations: true
1+
semmle-extractor-options: --lang=3
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=4
1+
semmle-extractor-options: --lang=3 --max-import-depth=4
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

python/ql/test/3/query-tests/options

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
automatic_locations: true
2-
semmle-extractor-options: --max-import-depth=1
1+
semmle-extractor-options: --lang=3 --max-import-depth=1

0 commit comments

Comments
 (0)