~bigbes/tarantool

tarantool-protobuf

ref: e3f067416da55e4390d1a9b3e1f410ad7a48d22f tarantool-protobuf/.luarc.json -rw-r--r-- 683 bytes
e3f06741 — Eugene Blikh runtime: pb.decode_unsafe + M.<Name>_decode_unsafe in runtime mode (58u) 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
  "$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
  "runtime": {
    "version": "LuaJIT",
    "path": [
      "runtime/?.lua",
      "runtime/?/init.lua",
      "examples/expected/?.lua",
      "examples/expected/?/init.lua",
      "test/?.lua",
      "?.lua",
      "?/init.lua"
    ]
  },
  "diagnostics": {
    "globals": [
      "box"
    ],
    "disable": [
      "lowercase-global"
    ]
  },
  "workspace": {
    "checkThirdParty": false,
    "ignoreDir": [
      ".rocks",
      ".beads",
      "protoc-gen-tarantool",
      "docker",
      "bench/starwing",
      "bench/c_accel/*.dylib",
      "bench/c_accel/*.so"
    ]
  }
}