Skip to content

Commit cff7d52

Browse files
ochatonTotktonada
authored andcommitted
tarantool-3: box defs
1 parent a54b537 commit cff7d52

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/luacheck/builtin_standards/tarantool.lua

+6-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ local box_defs = standards.def_fields(
1616
'on_rollback',
1717
'rollback',
1818
'rollback_to_savepoint',
19-
'savepoint'
19+
'savepoint',
20+
'broadcast',
21+
'watch',
22+
'watch_once'
2023
)
2124

2225
box_defs.fields.backup = standards.def_fields('start', 'stop')
@@ -54,6 +57,8 @@ local box_table_fields = {
5457
'sequence',
5558
'stat',
5659
'priv',
60+
'iproto',
61+
'read_view',
5762
}
5863
local any_table = {other_fields = true}
5964
for _, x in pairs(box_table_fields) do

0 commit comments

Comments
 (0)