eo-maven-plugin/src/main/java/org/eolang/maven/TranspileMojo.java
Method transpile
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
private int transpile(final ForeignTojo tojo) throws IOException {
final Path file;
try {
file = tojo.verified();
} catch (final AttributeNotFoundException exception) {