Skip to content

Commit

Permalink
Update GlobalSuppressions.cs (Heleonix#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
hennadiilu authored Jan 29, 2024
1 parent 9762a75 commit feda89b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Heleonix.Build/GlobalSuppressions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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 library classes.", Scope = "module")]
[assembly: SuppressMessage("StyleCop.CSharp.DocumentationRules", "SA1623:Property summary documentation should match accessors", Justification = "MSBuild tasks are not regular 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")]

0 comments on commit feda89b

Please sign in to comment.