mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
style: add some more suppressions for annoying style
This commit is contained in:
parent
9f5816771e
commit
0a2e69220e
1 changed files with 9 additions and 0 deletions
9
Dalamud/GlobalSuppressions.cs
Normal file
9
Dalamud/GlobalSuppressions.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// This file is used by Code Analysis to maintain SuppressMessage
|
||||
// attributes that are applied to this project.
|
||||
// Project-level suppressions either have no target or are given
|
||||
// a specific target and scoped to a namespace, type, member, etc.
|
||||
|
||||
using System.Diagnostics.CodeAnalysis;
|
||||
|
||||
[assembly: SuppressMessage("StyleCop.CSharp.ReadabilityRules", "SA1124:Do not use regions", Justification = "I like regions", Scope = "namespace", Target = "~N:Dalamud")]
|
||||
[assembly: SuppressMessage("StyleCop.CSharp.LayoutRules", "SA1503:Braces should not be omitted", Justification = "This is annoying", Scope = "namespace", Target = "~N:Dalamud")]
|
||||
Loading…
Add table
Add a link
Reference in a new issue