one more stylecop concession

This commit is contained in:
alterNERDtive 2022-05-30 23:52:44 +02:00
parent e845a32cd8
commit 4fb8cc0bcc

View file

@ -38,6 +38,8 @@ namespace bindEDplugin
[System.Diagnostics.CodeAnalysis.SuppressMessage("Style", "IDE1006:Naming Styles", Justification = "historic, grandfathered in")]
public class bindEDPlugin
{
private static readonly Version VERSION = new ("4.2.1");
private static readonly string BindingsDir = Path.Combine(
Environment.GetFolderPath(
Environment.SpecialFolder.LocalApplicationData),
@ -121,9 +123,6 @@ namespace bindEDplugin
set => binds = value;
}
[System.Diagnostics.CodeAnalysis.SuppressMessage("StyleCop.CSharp.OrderingRules", "SA1201:Elements should appear in the correct order", Justification = "nicer grouping")]
private static readonly Version VERSION = new ("4.2.1");
/// <summary>
/// The plugins display name, as required by the VoiceAttack plugin API.
/// </summary>