Running mvn clean test-compile in eo-runtime produces a number of [WARNING] [LINT] messages that are genuine defects in the EO source code. The code should be fixed to make these lints pass.
A few examples of what needs to be corrected:
io.input-as-bytes:3 — unsorted-metas: alias is out of order
tt.as-ascii:13 — redundant-object: the word object should be inlined
number:119 — ascii-only: comment contains — (em dash), must be ASCII only
ms.sqrt:21 — comment-too-short: comment is under 32 characters
wrong-test-order in several files: ss.mappedi, tt.contains-any, ss.mapped, fs.tmpdir, and others
Running
mvn clean test-compileineo-runtimeproduces a number of[WARNING] [LINT]messages that are genuine defects in the EO source code. The code should be fixed to make these lints pass.A few examples of what needs to be corrected:
io.input-as-bytes:3—unsorted-metas: alias is out of ordertt.as-ascii:13—redundant-object: thewordobject should be inlinednumber:119—ascii-only: comment contains—(em dash), must be ASCII onlyms.sqrt:21—comment-too-short: comment is under 32 characterswrong-test-orderin several files:ss.mappedi,tt.contains-any,ss.mapped,fs.tmpdir, and others