Skip to content

Commit

Permalink
docs: add analyzer diagnostics
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeguta committed Sep 4, 2023
1 parent 499f0cf commit de29460
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 2 additions & 1 deletion src/Riok.Mapperly/AnalyzerReleases.Shipped.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,5 @@ RMG047 | Mapper | Error | Cannot map to member path due to modifying a tem
Rule ID | Category | Severity | Notes
--------|----------|----------|-------
RMG048 | Mapper | Error | Used mapper members cannot be nullable

RMG049 | Mapper | Warning | Source member is ignored and also explicitly mapped
RMG050 | Mapper | Warning | Target member is ignored and also explicitly mapped
6 changes: 0 additions & 6 deletions src/Riok.Mapperly/AnalyzerReleases.Unshipped.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
; Unshipped analyzer release
; https://github.com/dotnet/roslyn-analyzers/blob/master/src/Microsoft.CodeAnalysis.Analyzers/ReleaseTrackingAnalyzers.Help.md
### New Rules

Rule ID | Category | Severity | Notes
--------|----------|----------|-------
RMG049 | Mapper | Warning | DiagnosticDescriptors
RMG050 | Mapper | Warning | DiagnosticDescriptors

0 comments on commit de29460

Please sign in to comment.