~bigbes/tarantool

tarantool-protobuf

ref: 3235f34af486e3ef0043f8cb9d9230e29b919980 tarantool-protobuf/.luarc.json -rw-r--r-- 683 bytes
3235f34a — Eugene Blikh c_runtime: proto2 — required, defaults, groups, extensions (ra6 3i) 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"
    ]
  }
}