Remove Platforms.Null from Windows style check

Doesn't exist anymore.
This commit is contained in:
reaperrr
2016-04-13 18:35:17 +02:00
parent c68e03366c
commit f4d5c1d755

View File

@@ -164,8 +164,6 @@ elseif ($command -eq "check")
{
echo "Checking for code style violations in OpenRA.Platforms.Default..."
./OpenRA.Utility.exe cnc --check-code-style OpenRA.Platforms.Default
echo "Checking for code style violations in OpenRA.Platforms.Null..."
./OpenRA.Utility.exe ra --check-code-style OpenRA.Platforms.Null
echo "Checking for code style violations in OpenRA.GameMonitor..."
./OpenRA.Utility.exe ra --check-code-style OpenRA.GameMonitor
echo "Checking for code style violations in OpenRA.Game..."