Review StyleCop rules.
- Enforce SA1604 ElementDocumentationShouldHaveSummary. - Enforce SA1629 DocumentationTextShouldEndWithAPeriod. - Turn off some rules covered by IDExxxx rules. - Remaining rules are treated as part of OpenRA style.
This commit is contained in:
@@ -18,7 +18,6 @@ namespace OpenRA.Mods.Common.UtilityCommands
|
||||
{
|
||||
public static class Utilities
|
||||
{
|
||||
/// <exception cref="ArgumentNullException">Thrown if manifestPropertySelector is null.</exception>
|
||||
public static MiniYamlNode GetTopLevelNodeByKey(ModData modData, string key,
|
||||
Func<Manifest, string[]> manifestPropertySelector,
|
||||
Func<Map, MiniYaml> mapPropertySelector = null,
|
||||
|
||||
Reference in New Issue
Block a user