StyleCop: everything else

This commit is contained in:
Raymond Lynch 2021-05-30 07:10:00 -04:00
parent f64c9b8321
commit 595fd3f1e4
134 changed files with 16346 additions and 6202 deletions

View file

@ -1,5 +1,4 @@
using System;
#pragma warning disable SA1401 // Fields should be private
namespace Dalamud
{
@ -50,5 +49,3 @@ namespace Dalamud
public bool OptOutMbCollection;
}
}
#pragma warning restore SA1401 // Fields should be private