Files
Francescos.Recipes.World/Francesco.Recipes.World/GlobalSuppressions.cs
T
Francesco D'Amico 59626f852e InitialCommit
2024-12-04 11:27:03 +01:00

4 lines
336 B
C#

using System.Diagnostics.CodeAnalysis;
[assembly: SuppressMessage("StyleCop.CSharp.NamingRules", "SA1300:Element should begin with upper-case letter", Justification = "Error pages should be accessible with their number and the naming must start with an underscore.", Scope = "namespaceanddescendants", Target = "Recruitment.Tool")]