From 7f06c4123a526f6482f77c8e72ae9629200b2484 Mon Sep 17 00:00:00 2001 From: Hellhake Date: Fri, 2 Jan 2015 16:40:55 +0100 Subject: [PATCH] Enable stylecop clean projects for make check --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Makefile b/Makefile index 13ab5d1b09..99f3ed67bf 100644 --- a/Makefile +++ b/Makefile @@ -191,6 +191,16 @@ check: @mono --debug OpenRA.Utility.exe cnc --check-code-style OpenRA.Mods.D2k @echo "Checking for code style violations in OpenRA.Mods.TS..." @mono --debug OpenRA.Utility.exe cnc --check-code-style OpenRA.Mods.TS + @echo "Checking for code style violations in OpenRA.Editor..." + @mono --debug OpenRA.Utility.exe cnc --check-code-style OpenRA.Editor + @echo "Checking for code style violations in OpenRA.Renderer.Sdl2..." + @mono --debug OpenRA.Utility.exe cnc --check-code-style OpenRA.Renderer.Sdl2 + @echo "Checking for code style violations in OpenRA.Utility..." + @mono --debug OpenRA.Utility.exe cnc --check-code-style OpenRA.Utility + @echo "Checking for code style violations in OpenRA.Test..." + @mono --debug OpenRA.Utility.exe cnc --check-code-style OpenRA.Test + @echo "Checking for code style violations in OpenRA.TilesetBuilder..." + @mono --debug OpenRA.Utility.exe cnc --check-code-style OpenRA.TilesetBuilder # Builds and exports tilesets from a bitmap tsbuild_SRCS := $(shell find OpenRA.TilesetBuilder/ -iname '*.cs')