Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update missing rule documentation
  • Loading branch information
JoeRobich authored Jan 28, 2026
commit eade4cbca9e8ab8231708a4efe3df4bb7bdbbb7b
1 change: 1 addition & 0 deletions src/Features/RulesMissingDocumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ IDE2003 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-r
IDE2004 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2004> | Blank line not allowed after constructor initializer colon |
IDE2005 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2005> | Blank line not allowed after conditional expression token |
IDE2006 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide2006> | Blank line not allowed after arrow expression clause token |
IDE3000 | <https://learn.microsoft.com/dotnet/fundamentals/code-analysis/style-rules/ide3000> | Implement |
JSON001 | | Invalid JSON pattern |
JSON002 | | Probable JSON string detected |
RE0001 | | Invalid regex pattern |
Expand Down