add lint pass to check whether types with ISync actually have any [Sync] members
This commit is contained in:
@@ -19,7 +19,7 @@ namespace OpenRA.Mods.RA
|
||||
{
|
||||
class CheckAutotargetWiring : ILintPass
|
||||
{
|
||||
public void Run(Action<string> emitError)
|
||||
public void Run(Action<string> emitError, Action<string> emitWarning)
|
||||
{
|
||||
foreach( var i in Rules.Info )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user