ALEFix try to fix a non-existing file. #3785
-
InformationVIM - Vi IMproved 8.2 (2019 Dec 12, compiled Dec 15 2019 23:09:58) Operating System:Windows 10 What went wrongLinters work fine (from
but the fixer point to a non-existing file (from
:ALEInfo
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
FIXED. I have just discovered that it does not matter that the command run by
and that you cannot find this file |
Beta Was this translation helpful? Give feedback.
FIXED.
I have just discovered that it does not matter that the command run by
ALE
isclang-tidy -fix -fix-errors -p C:/Project1/Root C:\Users\MyName\AppData\Local\Temp\VIBE3B3.tmp\fileA.c
and that you cannot find this file
C:\Users\MyName\AppData\Local\Temp\VIBE3B3.tmp\fileA.c
fromExplorer
.I tried to use the
remove_trailing_lines
and it worked.Why it worked? I don't know.
But certainly the fact that the command run by ALE use a file in
~AppData\Local\...tmp
is certainly not a problem in case someone encounter some problem with some fixer.