diff --git a/HxBuild.hxbproj b/HxBuild.hxbproj index 8df64f2..9b15e09 100644 --- a/HxBuild.hxbproj +++ b/HxBuild.hxbproj @@ -3,11 +3,5 @@ - - 60 - 60 - 60 - 60 - diff --git a/src/Heleonix.Build/GlobalSuppressions.cs b/src/Heleonix.Build/GlobalSuppressions.cs index bf73010..a3cbd51 100644 --- a/src/Heleonix.Build/GlobalSuppressions.cs +++ b/src/Heleonix.Build/GlobalSuppressions.cs @@ -5,5 +5,5 @@ using System.Diagnostics.CodeAnalysis; -[assembly: SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1623:Property summary documentation should match accessors", Justification = "MSBuild tasks are not like regular classes.", Scope = "module")] +[assembly: SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1623:Property summary documentation should match accessors", Justification = "MSBuild tasks are not like library classes.", Scope = "module")] [assembly: SuppressMessage("Minor Code Smell", "S101:Types should be named in PascalCase", Justification = "The Hx_ prefix in class names is used to avoid task name conflicts in MSBuild scripts.", Scope = "module")]