Add punctuation to lint comments
This commit is contained in:
committed by
Matthias Mailänder
parent
d9d8c23c63
commit
3188532e59
@@ -143,7 +143,7 @@ namespace OpenRA.Mods.Common.Lint
|
||||
|
||||
foreach (var entry in result.Entries)
|
||||
{
|
||||
// Don't flag definitions referenced (only) within the .ftl definitions as unused
|
||||
// Don't flag definitions referenced (only) within the .ftl definitions as unused.
|
||||
if (entry.GetType() == typeof(AstTerm))
|
||||
continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user