Skip to content

Commit

Permalink
Add description.
Browse files Browse the repository at this point in the history
  • Loading branch information
nojaf committed Dec 7, 2023
1 parent 2184351 commit 82d3b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharp.Analyzers/TypedInterpolatedStringsAnalyzer.fs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let specifierRegex =
Regex (@"\%(\+|\-)?\d*\.?\d*(b|s|c|d|i|u|x|X|o|B|e|E|f|F|g|G|M|O|A)$")

[<CliAnalyzer("TypedInterpolatedStringsAnalyzer",
"TODO: add description.",
"Warns about missing type specifiers in interpolated strings",
"https://g-research.github.io/fsharp-analyzers/analyzers/TypedInterpolatedStringsAnalyzer.html")>]
let typedInterpolatedStringsAnalyzer : Analyzer<CliContext> =
fun (ctx : CliContext) ->
Expand Down

0 comments on commit 82d3b97

Please sign in to comment.