essobedo commented on PR #9183:
URL: https://github.com/apache/camel/pull/9183#issuecomment-1398556825

   The checkstyle issue is not related to your changes but is more in 
`camel-jbang-core`:
   
   ```
   [ERROR] 
/home/runner/work/camel/camel/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/CodeRestGenerator.java:108:22:
 Name 'CODE' must match pattern '^[a-z][a-zA-Z0-9]*$'. [LocalFinalVariableName]
   [ERROR] 
/home/runner/work/camel/camel/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/CodeRestGenerator.java:109:22:
 Name 'GENERATOR_NAME' must match pattern '^[a-z][a-zA-Z0-9]*$'. 
[LocalFinalVariableName]
   [ERROR] 
/home/runner/work/camel/camel/dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/CodeRestGenerator.java:110:22:
 Name 'LIBRARY' must match pattern '^[a-z][a-zA-Z0-9]*$'. 
[LocalFinalVariableName]
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to