Exclude .kt files from empty block query

This commit is contained in:
Tamas Vajk
2022-11-16 11:47:35 +01:00
parent c91e20c6b5
commit 3d11e5bb32
2 changed files with 1 additions and 3 deletions

View File

@@ -1,3 +0,0 @@
| Test.kt:1:1:13:1 | { ... } | This block should not be empty. Typographical error or missing code? |
| Test.kt:2:20:4:5 | { ... } | This block should not be empty. Typographical error or missing code? |
| Test.kt:7:9:8:9 | { ... } | This block should not be empty. Typographical error or missing code? |