mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Merge pull request #17478 from github/redsun82/python-fix-ql-test-exclusions
Python: replace `src_archive` exclusion patterns with `*.testproj` ones
This commit is contained in:
@@ -1,2 +1 @@
|
||||
semmle-extractor-options: -R . -p . --filter exclude:**/src_archive/**
|
||||
|
||||
semmle-extractor-options: -R . -p . --filter exclude:**/*.testproj/**
|
||||
|
||||
@@ -1 +1 @@
|
||||
semmle-extractor-options: --path path1 -p path2 -R . --filter exclude:**/src_archive/**
|
||||
semmle-extractor-options: --path path1 -p path2 -R . --filter exclude:**/*.testproj/**
|
||||
|
||||
@@ -1 +1 @@
|
||||
semmle-extractor-options: -v --filter include:**/*.py --filter exclude:**/*test.py -R . --filter exclude:**/foo/exclude_this.py --filter include:**/include*.py --filter exclude:**/src_archive/**
|
||||
semmle-extractor-options: -v --filter include:**/*.py --filter exclude:**/*test.py -R . --filter exclude:**/foo/exclude_this.py --filter include:**/include*.py --filter exclude:**/*.testproj/**
|
||||
|
||||
@@ -1 +1 @@
|
||||
semmle-extractor-options: -R . --path no-such-path --filter exclude:**/src_archive/** --respect-init=False --max-context-cost=11 --dont-split-graph
|
||||
semmle-extractor-options: -R . --path no-such-path --filter exclude:**/*.testproj/** --respect-init=False --max-context-cost=11 --dont-split-graph
|
||||
|
||||
@@ -1 +1 @@
|
||||
semmle-extractor-options: -R . --path no-such-path --filter exclude:**/src_archive/**
|
||||
semmle-extractor-options: -R . --path no-such-path --filter exclude:**/*.testproj/**
|
||||
|
||||
@@ -1 +1 @@
|
||||
semmle-extractor-options: -R . -p non-such --filter exclude:**/src_archive/**
|
||||
semmle-extractor-options: -R . -p non-such --filter exclude:**/*.testproj/**
|
||||
|
||||
@@ -1 +1 @@
|
||||
semmle-extractor-options: -R . --filter=include:**/*.thrift --filter exclude:**/src_archive/**
|
||||
semmle-extractor-options: -R . --filter=include:**/*.thrift --filter exclude:**/*.testproj/**
|
||||
|
||||
@@ -1 +1 @@
|
||||
semmle-extractor-options: -R . --filter exclude:**/src_archive/**
|
||||
semmle-extractor-options: -R . --filter exclude:**/*.testproj/**
|
||||
|
||||
@@ -1 +1 @@
|
||||
semmle-extractor-options: -R . --filter=include:**/*.thrift --filter exclude:**/src_archive/**
|
||||
semmle-extractor-options: -R . --filter=include:**/*.thrift --filter exclude:**/*.testproj/**
|
||||
|
||||
Reference in New Issue
Block a user