Skip to content

Commit 0da554c

Browse files
authored
Merge pull request github#2914 from RasmusWL/python-remove-optimize-true-directive
Python: Remove `--optimize: true` from options files
2 parents d9383d0 + f10a86d commit 0da554c

File tree

26 files changed

+0
-26
lines changed

26 files changed

+0
-26
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
semmle-extractor-options: --lang=2 --max-import-depth=4
2-
optimize: true
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
semmle-extractor-options: --lang=3 -p ../../lib/ --max-import-depth=3
2-
optimize: true
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
semmle-extractor-options: --lang=3 --max-import-depth=4
2-
optimize: true
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
semmle-extractor-options: --max-import-depth=3
2-
optimize: true
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
semmle-extractor-options: --max-import-depth=4
2-
optimize: true

python/ql/test/library-tests/PointsTo/returns/options

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
semmle-extractor-options: -R .
2-
optimize: true
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
semmle-extractor-options: --max-import-depth=3
2-
optimize: true
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
semmle-extractor-options: --max-import-depth=3 -p ../../../query-tests/Security/lib/
2-
optimize: true
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
semmle-extractor-options: --max-import-depth=3 -p ../../../query-tests/Security/lib/
2-
optimize: true

0 commit comments

Comments
 (0)