1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-09-05 11:57:56 +00:00

Put some limits on various external queues

Ideally turtle functions would error, but wrangling that is more pain
than it's worth.
This commit is contained in:
Jonathan Coates
2021-06-06 19:26:20 +01:00
parent 29cc5bb86b
commit 026afa7f73
6 changed files with 20 additions and 17 deletions

View File

@@ -7,9 +7,6 @@
<suppress checks="StaticVariableName" files=".*[\\/]ComputerCraft.java" />
<suppress checks="StaticVariableName" files=".*[\\/]ComputerCraftAPI.java" />
<!-- Do not check for missing package Javadoc. -->
<suppress checks="JavadocStyle" files=".*[\\/]package-info.java" />
<!-- The commands API is documented in Lua. -->
<suppress checks="SummaryJavadocCheck" files=".*[\\/]CommandAPI.java" />
</suppressions>