Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sator-imaging committed Nov 30, 2024
2 parents 6f9e072 + c7ff8d9 commit d80ca39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RULES.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Resource suffix: `_Title` `_Description` `__MD_TITLE__`
## Disposable Analysis
| ID | Diagnostic | Description
|---------|--------------------------------------------|-------------
| SMA0040 | Missing Using Statement | `using` statement should be used for instance that has public `void Dispose()` or `ValueTask DisposeAsync()` method.
| SMA0040 | Missing Using Statement | `using` statement should be used for instance that has public `Dispose` or `DisposeAsync` method.

## Annotating and Underling
| ID | Diagnostic | Description
Expand All @@ -52,7 +52,7 @@ Resource suffix: `_Title` `_Description` `__MD_TITLE__`
||
| SMA9010 | Underlining on Declarations | Draw underline in IDE.
||
| SMA9015 | Underlining on Designated Type only | Draw underline in IDE.
| SMA9015 | Underlining only on Designated Type | Draw underline in IDE.
||
| SMA9020 | Underlining at Line Head | Draw underline in IDE.
| SMA9021 | Underlining at Line Leading | Draw underline in IDE.
Expand Down

0 comments on commit d80ca39

Please sign in to comment.