Attribute name should end with 'Attribute'
Recipe ID
OpenRewrite.Recipes.CSharp.CodeQuality.Naming.FindAttributeNameShouldEndWithAttributeArtifactOpenRewrite.Recipes.CSharp.CodeQualityClasses that inherit from System.Attribute should have names ending with 'Attribute' by convention.
Single recipecsharpnamingcode-qualityProprietary
Usage
This recipe has no required configuration options. You’ll need the Moderne CLI configured before running the command below.
mod run . --recipe OpenRewrite.Recipes.CSharp.CodeQuality.Naming.FindAttributeNameShouldEndWithAttributeIf the recipe isn’t available locally, install it with:
mod config recipes nuget install OpenRewrite.Recipes.CSharp.CodeQuality