Skip to content

Commit fcee75c

Browse files
committed
test: add intentional lint errors to validate annotation format
1 parent d34814a commit fcee75c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
--[=[
2+
@class LintTest
3+
@unclosedtag
4+
]=]
5+
6+
local LintTest = {}
7+
LintTest.__index = LintTest
8+
9+
local unused = 1
10+
11+
return LintTest

0 commit comments

Comments
 (0)