ionide / FSharp.Analyzers.SDK

Library for building custom analyzers for F# / FSAC
http://ionide.io/FSharp.Analyzers.SDK/
MIT License
74 stars 21 forks source link

FsLex files are reported without their path #179

Open dawedawe opened 8 months ago

dawedawe commented 8 months ago

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