We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5066805 commit aefc892Copy full SHA for aefc892
src/FSharpLint.Core/Application/Lint.fs
@@ -660,7 +660,7 @@ module Lint =
660
661
let lintSingleFile filePath =
662
if IO.File.Exists filePath then
663
- match ParseFile.parseFile filePath checker None with
+ match ParseFile.parseFile filePath checker None |> Async.RunSynchronously with
664
| ParseFile.Success astFileParseInfo ->
665
let parsedFileInfo =
666
{ Source = astFileParseInfo.Text
0 commit comments