mirror of
https://github.com/github/codeql.git
synced 2026-02-11 20:51:06 +01:00
Revert "Add integration test for paths and paths-ignore vs. Java buildless mode"
This reverts commit 102cfd06a7.
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
paths:
|
||||
- include
|
||||
paths-ignore:
|
||||
- include/exclude
|
||||
@@ -1 +0,0 @@
|
||||
public class ShouldAppear2 { }
|
||||
@@ -1 +0,0 @@
|
||||
<tag></tag>
|
||||
@@ -1 +0,0 @@
|
||||
public class ShouldNotAppear3 { }
|
||||
@@ -1 +0,0 @@
|
||||
<tag></tag>
|
||||
@@ -1 +0,0 @@
|
||||
public class ShouldNotAppear1 { }
|
||||
@@ -1 +0,0 @@
|
||||
<tag></tag>
|
||||
@@ -1,4 +0,0 @@
|
||||
javaFiles
|
||||
| include/ShouldAppear2.java:0:0:0:0 | ShouldAppear2 |
|
||||
#select
|
||||
| include/ShouldAppear2.xml:0:0:0:0 | include/ShouldAppear2.xml |
|
||||
@@ -1,5 +0,0 @@
|
||||
import os
|
||||
import os.path
|
||||
|
||||
def test(codeql, java):
|
||||
codeql.database.create(build_mode = "none", codescanning_config = "codescanning-config.yml")
|
||||
@@ -1,6 +0,0 @@
|
||||
import java
|
||||
|
||||
query predicate javaFiles(File f) { f.isJavaSourceFile() }
|
||||
|
||||
from XmlFile f
|
||||
select f
|
||||
Reference in New Issue
Block a user