[PR #755] [MERGED] Code quality improvements #808

Closed
opened 2026-02-15 15:56:56 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/discord-bot/pull/755
Author: @13xforever
Created: 5/1/2021
Status: Merged
Merged: 5/1/2021
Merged by: @13xforever

Base: masterHead: vnext


📝 Commits (3)

  • 418c710 Implement attribute usage code analyzer
  • 42d6d84 fix issues with attribute usage
  • a0b2113 change analyzer diagnostics id

📊 Changes

3 files changed (+79 additions, -5 deletions)

View changed files

📝 CompatBot/Commands/ForcedNicknames.cs (+1 -2)
📝 CompatBot/Commands/Fortune.cs (+1 -3)
SourceGenerators/AttributeUsageAnalyzer.cs (+77 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/discord-bot/pull/755 **Author:** [@13xforever](https://github.com/13xforever) **Created:** 5/1/2021 **Status:** ✅ Merged **Merged:** 5/1/2021 **Merged by:** [@13xforever](https://github.com/13xforever) **Base:** `master` ← **Head:** `vnext` --- ### 📝 Commits (3) - [`418c710`](https://github.com/RPCS3/discord-bot/commit/418c7107fafb66d15e8d582ce07738c261dbf0b6) Implement attribute usage code analyzer - [`42d6d84`](https://github.com/RPCS3/discord-bot/commit/42d6d84bbb453af28fa72f7be25ed0b9ca44430a) fix issues with attribute usage - [`a0b2113`](https://github.com/RPCS3/discord-bot/commit/a0b2113b40a26cc3e19d4b0eaf0de45095e2223f) change analyzer diagnostics id ### 📊 Changes **3 files changed** (+79 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `CompatBot/Commands/ForcedNicknames.cs` (+1 -2) 📝 `CompatBot/Commands/Fortune.cs` (+1 -3) ➕ `SourceGenerators/AttributeUsageAnalyzer.cs` (+77 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 15:56:56 -05:00
yindo closed this issue 2026-02-15 15:56:56 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/discord-bot#808