Skip to content

Commit

Permalink
Remove CheckDeathTypes lint test.
Browse files Browse the repository at this point in the history
This causes false positive errors when mods use
SpawnActorOnDeath to implement special-case death
effects.
  • Loading branch information
pchote authored and reaperrr committed Jun 4, 2018
1 parent 6c338eb commit df95b90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 65 deletions.
64 changes: 0 additions & 64 deletions OpenRA.Mods.Common/Lint/CheckDeathTypes.cs

This file was deleted.

1 change: 0 additions & 1 deletion OpenRA.Mods.Common/OpenRA.Mods.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@
<Compile Include="Lint\CheckSyncAnnotations.cs" />
<Compile Include="Lint\CheckTraitPrerequisites.cs" />
<Compile Include="Lint\CheckTooltips.cs" />
<Compile Include="Lint\CheckDeathTypes.cs" />
<Compile Include="Lint\CheckRangeLimit.cs" />
<Compile Include="Lint\CheckVoiceReferences.cs" />
<Compile Include="Lint\CheckConditions.cs" />
Expand Down

0 comments on commit df95b90

Please sign in to comment.