Skip to content

Commit

Permalink
Update shortDescription of copyAndUpdateRecordChangesAllFieldsAnalyzer.
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Nov 7, 2023
1 parent 78a7db8 commit 92c3b96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ open FSharp.Compiler.Syntax
type UpdateRecord = SynExprRecordField list * range

[<CliAnalyzer("CopyAndUpdateRecordChangesAllFieldsAnalyzer",
"Detect if all fields of an update record are updated.",
"Detect if all fields in a record update expression are updated.",
"https://ionide.io/ionide-analyzers/hints/001.html")>]
let copyAndUpdateRecordChangesAllFieldsAnalyzer: Analyzer<CliContext> =
fun (context: CliContext) ->
Expand Down

0 comments on commit 92c3b96

Please sign in to comment.