Skip to content

Commit cbaa468

Browse files
committed
Fix AttributeOutOfSync default settings
1 parent 991be9c commit cbaa468

File tree

3 files changed

+111
-109
lines changed

3 files changed

+111
-109
lines changed

Rubberduck.CodeAnalysis/Inspections/Concrete/AttributeValueOutOfSyncInspection.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ protected override IEnumerable<IInspectionResult> DoGetInspectionResults()
3434
var description = string.Format(InspectionResults.AttributeValueOutOfSyncInspection,
3535
annotation.Attribute,
3636
string.Join(", ", attributeValues),
37-
annotation.AnnotationType,
38-
string.Join(", ", annotation.AttributeValues));
37+
annotation.AnnotationType);
3938

4039
var result = new DeclarationInspectionResult(this, description, declaration,
4140
new QualifiedContext(declaration.QualifiedModuleName, annotation.Context));

0 commit comments

Comments
 (0)