Skip to content

Fix lint warnings in eo-runtime by correcting source code #5221

Description

@volodya-lombrozo

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:3unsorted-metas: alias is out of order
  • tt.as-ascii:13redundant-object: the word object should be inlined
  • number:119ascii-only: comment contains (em dash), must be ASCII only
  • ms.sqrt:21comment-too-short: comment is under 32 characters
  • wrong-test-order in several files: ss.mappedi, tt.contains-any, ss.mapped, fs.tmpdir, and others

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions