Skip to content

Commit df04db2

Browse files
authored
Merge branch 'master' into fix_doc_config
2 parents ed12d72 + 55a7c82 commit df04db2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
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`

script/cli/check_worker.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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))

0 commit comments

Comments
 (0)