Merge pull request #11110 from reaperrr/fix-win-make-check

Remove Platforms.Null from Windows style check
This commit is contained in:
Oliver Brakmann
2016-04-13 20:31:32 +02:00

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..."