| 1234567891011121314 |
- // -----------------------------------------------------------------------
- // <copyright file="GlobalSuppressions.cs" company="Steven Kirk">
- // Copyright 2015 MIT Licence. See licence.md for more information.
- // </copyright>
- // -----------------------------------------------------------------------
- [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage(
- "StyleCop.CSharp.MaintainabilityRules",
- "SA1401:Fields must be private",
- Justification = "PerspexProperty fields should not be private.")]
- [assembly: System.Diagnostics.CodeAnalysis.SuppressMessage(
- "StyleCop.CSharp.DocumentationRules",
- "SA1600:Elements must be documented",
- Justification = "Tests should be self-documenting")]
|