From 2ca6721027c4ee405d699e6ecc2bdc82169e927e Mon Sep 17 00:00:00 2001 From: Zimmermann Gyula Date: Sat, 22 Apr 2017 23:17:39 +0200 Subject: [PATCH] Remove the bitrot GameMonitor StyleCop check. --- make.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/make.ps1 b/make.ps1 index c829a8c789..820fbe4f7c 100644 --- a/make.ps1 +++ b/make.ps1 @@ -130,8 +130,6 @@ function Check-Command { ./OpenRA.Utility.exe all --check-explicit-interfaces 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.GameMonitor..." - ./OpenRA.Utility.exe ra --check-code-style OpenRA.GameMonitor echo "Checking for code style violations in OpenRA.Game..." ./OpenRA.Utility.exe ra --check-code-style OpenRA.Game echo "Checking for code style violations in OpenRA.Mods.Common..."