Skip to content

Commit 772c336

Browse files
committed
Add dummy extension with an empty diff
1 parent 871cdb0 commit 772c336

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

ruby/ql/lib/emptydiff.model.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
extensions:
2+
- addsTo:
3+
pack: codeql/util
4+
extensible: restrictAlertsTo
5+
data:
6+
- ["dummy", 1, 1]

ruby/ql/lib/qlpack.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ dependencies:
1616
dataExtensions:
1717
- codeql/ruby/frameworks/**/model.yml
1818
- codeql/ruby/frameworks/**/*.model.yml
19+
- '*.model.yml'
1920
warnOnImplicitThis: true

0 commit comments

Comments
 (0)