one more stylecop concession
This commit is contained in:
parent
e845a32cd8
commit
4fb8cc0bcc
1 changed files with 2 additions and 3 deletions
|
@ -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 plugin’s display name, as required by the VoiceAttack plugin API.
|
||||
/// </summary>
|
||||
|
|
Loading…
Reference in a new issue