add ql indent tests

This commit is contained in:
Alvaro Muñoz 2023-01-31 10:47:48 +01:00 committed by Stephan Seitz
parent 1c41d6f825
commit 9d6d348418
3 changed files with 36 additions and 0 deletions

View file

@ -0,0 +1,9 @@
import go
module Test {
class Foo extends Type {
Foo() { this.getName() = "Foo" }
}
}
select 1

View file

@ -0,0 +1,7 @@
---
library: false
name: test/test
version: 0.0.1
dependencies:
codeql/go-all: '*'