Skip to content

Commit a943f2f

Browse files
committed
HACK Remove FluentReferences lint check from the engine
1 parent 5a60675 commit a943f2f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

fetch-engine.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ if [ "${AUTOMATIC_ENGINE_MANAGEMENT}" = "True" ]; then
7474
rmdir "${AUTOMATIC_ENGINE_EXTRACT_DIRECTORY}"
7575
rm "${AUTOMATIC_ENGINE_TEMP_ARCHIVE_NAME}"
7676

77+
# HACK: Remove bogus lint check that the Example mod can't possibly pass
78+
# because to do so it would need to defile a lot of excess things surrounding resources.
79+
rm ${ENGINE_DIRECTORY}/OpenRA.Mods.Common/Lint/CheckFluentReferences.cs
80+
7781
echo "Compiling engine..."
7882
cd "${ENGINE_DIRECTORY}" || exit 1
7983
make version VERSION="${ENGINE_VERSION}"

0 commit comments

Comments
 (0)