We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f5dec commit fe6167aCopy full SHA for fe6167a
1 file changed
CONTRIBUTING.md
@@ -177,11 +177,14 @@ Files in `/Data` `/Export` and `/TreeData` can be massive and cause the EmmyLua
177
```json
178
{
179
"$schema": "https://raw.githubusercontent.com/EmmyLuaLs/emmylua-analyzer-rust/refs/heads/main/crates/emmylua_code_analysis/resources/schema.json",
180
+ "runtime": {
181
+ "version": "LuaJIT"
182
+ },
183
"workspace": {
184
"ignoreGlobs": [
- "src/Data/**.lua",
- "src/TreeData/**.lua",
- "src/Modules/ModParser.lua"
185
+ "**/src/Data/**/*.lua",
186
+ "**/src/TreeData/**/*.lua",
187
+ "**/src/Modules/ModParser.lua"
188
]
189
}
190
0 commit comments