Skip to content

Commit

Permalink
Add ability to remove trailing period in a scope (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
olsh authored Oct 29, 2022
1 parent 7ddca63 commit 15428f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

namespace ReSharper.Structured.Logging.Analyzer
{
[ElementProblemAnalyzer(typeof(IInvocationExpression))]
[ElementProblemAnalyzer(typeof(IInvocationExpression), HighlightingTypes = new[] { typeof(LogMessageIsSentenceWarning) })]
public class LogMessageIsSentenceAnalyzer : ElementProblemAnalyzer<IInvocationExpression>
{
private readonly TemplateParameterNameAttributeProvider _templateParameterNameAttributeProvider;
Expand Down

0 comments on commit 15428f6

Please sign in to comment.