From 52e39ce4af0035e26581be26afca90c0bd43c4b3 Mon Sep 17 00:00:00 2001 From: Nightblade Date: Mon, 27 Apr 2026 16:11:42 +0000 Subject: [PATCH] Apply changes from https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9821 --- CONTRIBUTING.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b12e6138a4..07eb63e76c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -179,11 +179,14 @@ Files in `/Data` `/Export` and `/TreeData` can be massive and cause the EmmyLua ```json { "$schema": "https://raw.githubusercontent.com/EmmyLuaLs/emmylua-analyzer-rust/refs/heads/main/crates/emmylua_code_analysis/resources/schema.json", + "runtime": { + "version": "LuaJIT" + }, "workspace": { "ignoreGlobs": [ - "src/Data/**.lua", - "src/TreeData/**.lua", - "src/Modules/ModParser.lua" + "**/src/Data/**/*.lua", + "**/src/TreeData/**/*.lua", + "**/src/Modules/ModParser.lua" ] } }