4 lines
336 B
C#
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")]
|