While exploring the repository, I found eo-runtime/errors.txt — a 627-line plain-text snapshot of EO linter warnings (e.g. compound-name, redundant-object, idempotent-attribute-is-not-first).
It was committed in d354844 as part of #4936 alongside changes to several .eo source files, but it is not referenced anywhere in the codebase — no Java, XML, YAML, or Groovy file reads or processes it.
The file serves no purpose in the build or test pipeline and should simply be deleted.
While exploring the repository, I found
eo-runtime/errors.txt— a 627-line plain-text snapshot of EO linter warnings (e.g.compound-name,redundant-object,idempotent-attribute-is-not-first).It was committed in d354844 as part of #4936 alongside changes to several
.eosource files, but it is not referenced anywhere in the codebase — no Java, XML, YAML, or Groovy file reads or processes it.The file serves no purpose in the build or test pipeline and should simply be deleted.