diff --git a/Dalamud/Game/UnlockState/UnlockState.cs b/Dalamud/Game/UnlockState/UnlockState.cs index a4b9381cc..cd896ffb6 100644 --- a/Dalamud/Game/UnlockState/UnlockState.cs +++ b/Dalamud/Game/UnlockState/UnlockState.cs @@ -22,7 +22,7 @@ using PublicContentSheet = Lumina.Excel.Sheets.PublicContent; namespace Dalamud.Game.UnlockState; -#pragma warning disable UnlockState +#pragma warning disable Dalamud001 /// /// This class provides unlock state of various content in the game. diff --git a/Dalamud/Storage/ReliableFileStoragePluginScoped.cs b/Dalamud/Storage/ReliableFileStoragePluginScoped.cs index f6598a087..59d6bccc4 100644 --- a/Dalamud/Storage/ReliableFileStoragePluginScoped.cs +++ b/Dalamud/Storage/ReliableFileStoragePluginScoped.cs @@ -11,6 +11,8 @@ using Dalamud.Plugin.Services; namespace Dalamud.Storage; +#pragma warning disable Dalamud001 + /// /// Plugin-scoped VFS wrapper. ///