Merge pull request #7835 from reaperrr/fix-ps-check
Fixed make.ps1 'check' command
This commit is contained in:
2
make.ps1
2
make.ps1
@@ -154,8 +154,6 @@ elseif ($command -eq "check")
|
|||||||
./OpenRA.Utility.exe cnc --check-code-style OpenRA.Utility
|
./OpenRA.Utility.exe cnc --check-code-style OpenRA.Utility
|
||||||
echo "Checking for code style violations in OpenRA.Test..."
|
echo "Checking for code style violations in OpenRA.Test..."
|
||||||
./OpenRA.Utility.exe cnc --check-code-style OpenRA.Test
|
./OpenRA.Utility.exe cnc --check-code-style OpenRA.Test
|
||||||
echo "Checking for code style violations in OpenRA.TilesetBuilder..."
|
|
||||||
./OpenRA.Utility.exe cnc --check-code-style OpenRA.TilesetBuilder
|
|
||||||
}
|
}
|
||||||
elseif ($command -eq "docs")
|
elseif ($command -eq "docs")
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user