FSharp.Analyzers.SDK icon indicating copy to clipboard operation
FSharp.Analyzers.SDK copied to clipboard

FsLex files are reported without their path

Open dawedawe opened this issue 2 years ago • 1 comments

Describe the bug If an analyzer reports a finding in an FsLex file, only the filename is reported.

To Reproduce Steps to reproduce the behaviour: Run analyzers on the FSharp repo or likely any other using FsLex.

Expected behaviour The full path to the lex.fsl file should be printed.

Screenshots

image

dawedawe avatar Dec 15 '23 15:12 dawedawe

I tried running the latest version on the Fantomas source, and got relative paths printed for the fsl files there:

Image

(Just checking if the issue still exists)

Numpsy avatar Jul 21 '25 17:07 Numpsy