File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 44<!-- Add all new changes here. They will be moved under a version at release -->
55* ` FIX ` incorrect argument skip pattern for ` --check_out_path= ` , which incorrectly skips the next argument
66* ` FIX ` reimplement section ` luals.config ` in file doc.json
7+ * ` FIX ` remove extra ` ./ ` path prefix in the check report when using ` --check=. `
78
89## 3.13.6
910` 2025-2-6 `
Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ function export.runCLI()
187187 return
188188 end
189189
190- local rootPath = fs .absolute (fs .path (CHECK_WORKER )):string ()
190+ local rootPath = fs .canonical (fs .path (CHECK_WORKER )):string ()
191191 local rootUri = furi .encode (rootPath )
192192 if not rootUri then
193193 print (lang .script (' CLI_CHECK_ERROR_URI' , rootPath ))
You can’t perform that action at this time.
0 commit comments