Skip to content

Commit fbe5cbc

Browse files
authored
Merge pull request #208 from Numpsy/semi_colon_sep
When printing analysis messages to the console, separate the texttual…
2 parents 20d2c64 + 3a4b910 commit fbe5cbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FSharp.Analyzers.Cli/Program.fs

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ let printMessages (msgs: AnalyzerMessage list) =
281281

282282
msgLogger.Log(
283283
severityToLogLevel[m.Severity],
284-
"{0}({1},{2}): {3} {4} - {5}",
284+
"{0}({1},{2}): {3} {4} : {5}",
285285
m.Range.FileName,
286286
m.Range.StartLine,
287287
m.Range.StartColumn,

0 commit comments

Comments
 (0)