Skip to content

Commit 15428f6

Browse files
authored
Add ability to remove trailing period in a scope (#76)
1 parent 7ddca63 commit 15428f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReSharper.Structured.Logging/Analyzer/LogMessageIsSentenceAnalyzer.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
namespace ReSharper.Structured.Logging.Analyzer
1313
{
14-
[ElementProblemAnalyzer(typeof(IInvocationExpression))]
14+
[ElementProblemAnalyzer(typeof(IInvocationExpression), HighlightingTypes = new[] { typeof(LogMessageIsSentenceWarning) })]
1515
public class LogMessageIsSentenceAnalyzer : ElementProblemAnalyzer<IInvocationExpression>
1616
{
1717
private readonly TemplateParameterNameAttributeProvider _templateParameterNameAttributeProvider;

0 commit comments

Comments
 (0)