Add --check-conditional-trait-interface-overrides utility command.
This command is used by `make check` to detect traits that incorrectly override interface methods that are required for conditions to work correctly.
This commit is contained in:
3
make.ps1
3
make.ps1
@@ -147,6 +147,9 @@ function Check-Command
|
||||
{
|
||||
Write-Host "Checking for explicit interface violations..." -ForegroundColor Cyan
|
||||
./OpenRA.Utility.exe all --check-explicit-interfaces
|
||||
|
||||
Write-Host "Checking for incorrect conditional trait interface overrides..." -ForegroundColor Cyan
|
||||
./OpenRA.Utility.exe all --check-conditional-trait-interface-overrides
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user