mirror of
https://github.com/github/codeql.git
synced 2026-04-28 02:05:14 +02:00
Kotlin: Remove incorrect upgrade
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
|
||||
class Compilation extends @compilation { string toString() { none() } }
|
||||
|
||||
from Compilation c, string cwd
|
||||
where compilations(c, cwd)
|
||||
select c, 1 /* Java compilation */, cwd, "<unnamed compilation>"
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,4 +0,0 @@
|
||||
description: Add Kotlin support
|
||||
compatibility: backwards
|
||||
compilations.rel: run compilations.qlo
|
||||
|
||||
Reference in New Issue
Block a user