Skip to content

Commit d3abe06

Browse files
Revert some changes.
1 parent 933c21b commit d3abe06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/StaticAnalysis/HelpAnalyzer/HelpAnalyzer.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ private static bool IsAssemblyFile(string path)
6363
{
6464
result = result && !regex.IsMatch(fileName);
6565
}
66+
67+
return result;
6668
}
6769
/// <summary>
6870
/// Given a set of directory paths containing PowerShell module folders, analyze the help
@@ -167,8 +169,6 @@ private void AnalyzeMarkdownHelp(
167169
HelpFile = service + "/folder",
168170
ProblemId = MissingHelpFile
169171
});
170-
171-
return;
172172
}
173173

174174
var helpFiles = Directory.EnumerateFiles(helpFolder, "*.md").Select(f => Path.GetFileNameWithoutExtension(f)).ToList();

0 commit comments

Comments
 (0)