Merge pull request #13180 from GraionDilach/make-ps1-gamemonitor

Remove the bitrot GameMonitor StyleCop check.
This commit is contained in:
atlimit8
2017-04-22 22:46:01 -05:00
committed by GitHub

View File

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