Obsolete Comment Syntax
Locates legacy 'Rem' comments.
Reasoning
Modern VB comments use a single quote character (') to denote the beginning of a comment: the legacy 'Rem' syntax is obsolete.
Default severity
Suggestion
Inspection type
LanguageOpportunities
Examples
This example should trigger a result
This example should NOT trigger a result
Rubberduck.CodeAnalysis.Inspections.Concrete.ObsoleteCommentSyntaxInspection.cs (Prerelease-v2.5.9.6289)