We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a77fb6 commit ff8fdb1Copy full SHA for ff8fdb1
Engine/ScriptAnalyzer.cs
@@ -1244,7 +1244,7 @@ private IEnumerable<DiagnosticRecord> AnalyzeFile(string filePath)
1244
if (File.Exists(filePath))
1245
{
1246
// processing for non help script
1247
- if (!(Path.GetFileName(filePath).StartsWith("about_") && Path.GetFileName(filePath).EndsWith(".help.txt")))
+ if (!(Path.GetFileName(filePath).ToLower().StartsWith("about_") && Path.GetFileName(filePath).ToLower().EndsWith(".help.txt")))
1248
1249
try
1250
0 commit comments