Skip to content

Commit

Permalink
Add documentation for additional information
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Jul 31, 2021
1 parent a9e90a0 commit f3ad9d4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,14 @@ The [Cake.Issues.DupFinder addin] provides the following features:
| <span class="glyphicon glyphicon-ok" style="color:green"></span> | `IIssue.Rule` | Always `dupFinder` |
| <span class="glyphicon glyphicon-remove" style="color:red"></span> | `IIssue.RuleUrl` | |

## Additional information

The following values are provided in the [IIssue.AdditionalInformation] property:

| Key | Description |
|--------|----------------------------------------------------------------------------------|
| `cost` | Cost of the duplicate. The bigger the duplicated code block the higher the cost. |

[JetBrains dupFinder]: https://www.jetbrains.com/help/resharper/dupFinder.html
[Cake.Issues.DupFinder addin]: https://www.nuget.org/packages/Cake.Issues.DupFinder
[IIssue.AdditionalInformation]: /api/Cake.Issues/IIssue/FE50CEF3

0 comments on commit f3ad9d4

Please sign in to comment.