diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-01-02 10:13:57 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-02 10:13:57 +0900 |
| commit | fb61a1f882a30e604793cc125fc5f3da5276547d (patch) | |
| tree | 01be2fe9b9bba2be167ea5678b1cdd9df6b00b82 /Emby.Naming/Common/NamingOptions.cs | |
| parent | d3bce6e3805c34e5a1ca301ab234459a02cc6445 (diff) | |
| parent | 5c9e849b85f92f542cd23022b9bbcda209111d09 (diff) | |
Merge pull request #2150 from Bond-009/releaseerror
Enable TreatWarningsAsErrors for some projects
Diffstat (limited to 'Emby.Naming/Common/NamingOptions.cs')
| -rw-r--r-- | Emby.Naming/Common/NamingOptions.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Emby.Naming/Common/NamingOptions.cs b/Emby.Naming/Common/NamingOptions.cs index 4c2c43437..69e68660d 100644 --- a/Emby.Naming/Common/NamingOptions.cs +++ b/Emby.Naming/Common/NamingOptions.cs @@ -1,3 +1,6 @@ +#pragma warning disable CS1591 +#pragma warning disable SA1600 + using System; using System.Linq; using System.Text.RegularExpressions; |
