-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File name too long #3237
Comments
The problem can be in name convention for eo objects or in |
@levBagryansky thanks for the report, here is a feedback: Problems
I would recommend providing a clear, step-by-step guide on how to reproduce the error from environment setup to the error occurrence. Please fix the bug report in order it to get resolved faster. |
The problem is in <build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.4.0</version>
<executions>
<execution>
<id>check-licenses</id>
<phase>verify</phase>
<goals>
<goal>check-file-header</goal>
</goals>
<configuration>
<licenseName>mit</licenseName>
</configuration>
</execution>
</executions>
</plugin>
<plugin> |
I think it is not a problem since we don't need such nesting objects in |
This issue is similar to #1249 but is not about tests.
I created very nesting object in
eo-runtime/src/main/eo/org/eolang
directoryAnd got error
The text was updated successfully, but these errors were encountered: