This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
[null-ls] typechecking error: read .../undodir/%home%user%Projects%APIs%Go%main.go: unexpected NUL in input #1413
Unanswered
KorcakDaniel
asked this question in
Q&A
Replies: 1 comment 3 replies
-
I don't think this has to do with #879. What is creating |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've some difficulties with null-ls trying to format the undo file while opening the project file.
I've followed this thread #879, but the warning stated in the title shows every time I open the go project file.
The issue seems to be related to the golangci_lint built-in diagnostics, since python project using flake8 built-in diagnostics doesn't trigger this message. Any help is appreciated.
Here is my configuration:
This is what's in the log, when I enable debugging:
[WARN Wed Feb 22 01:13:20 2023] ....nvim/lua/null-ls/builtins/diagnostics/golangci_lint.lua:34: typechecking error: read /home/user/Projects/APIs/Go/lua/undodir/%home%user%Projects%APIs%Go%main.go: unexpected NUL in input
Beta Was this translation helpful? Give feedback.
All reactions