Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Oct 16, 2023
1 parent 5f944a6 commit 9d2813b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FSharp.Analyzers.Cli/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ type Arguments =
"List of analyzer codes that should trigger tool failures in the presence of warnings."
| Ignore_Files _ -> "Source files that shouldn't be processed."
| Exclude_Analyzer _ -> "The names of analyzers that should not be executed."
| Report _ -> "Write the result messages to a (json) report file."
| Report _ -> "Write the result messages to a (sarif) report file."
| Verbose -> "Verbose logging."

let mutable verbose = false
Expand Down
2 changes: 1 addition & 1 deletion src/FSharp.Analyzers.SDK/FSharp.Analyzers.SDK.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ type AnalyzerMessage =
{
/// A message produced by the analyzer.
Message: Message
/// Either the Name property used from the AnalyzerAttribute of the name of the function or member.
/// Either the Name property used from the AnalyzerAttribute of the name or the function or member.
Name: string
/// Assembly the analyzer was found in.
AssemblyPath: string
Expand Down

0 comments on commit 9d2813b

Please sign in to comment.