You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by GitBox <gi...@apache.org> on 2020/04/30 00:59:05 UTC

[GitHub] [knox] moresandeep commented on pull request #327: Update ConfigurableEncryptor.java

moresandeep commented on pull request #327:
URL: https://github.com/apache/knox/pull/327#issuecomment-621549929


   > Hi,
   > 
   > Could I know why it does not pass the test, I try to leave a comment message to inform that it might be better not to use a constant password for the invoked function.
   > 
   > Thanks!
   
   You have check style failures 
   ```
   [ERROR] /home/runner/work/knox/knox/gateway-spi/src/main/java/org/apache/knox/gateway/services/security/impl/ConfigurableEncryptor.java:110: Line matches the illegal pattern 'Trailing whitespace'. [Regexp]
   [ERROR] /home/runner/work/knox/knox/gateway-spi/src/main/java/org/apache/knox/gateway/services/security/impl/ConfigurableEncryptor.java:111: Line matches the illegal pattern 'Trailing whitespace'. [Regexp]
   [ERROR] /home/runner/work/knox/knox/gateway-spi/src/main/java/org/apache/knox/gateway/services/security/impl/ConfigurableEncryptor.java:113: Line matches the illegal pattern 'Trailing whitespace'. [Regexp]
   Audit done.
   [INFO] There are 3 errors reported by Checkstyle 8.31 with build-tools/checkstyle/checker.xml ruleset.
   [ERROR] src/main/java/org/apache/knox/gateway/services/security/impl/ConfigurableEncryptor.java:[110] (regexp) Regexp: Line matches the illegal pattern 'Trailing whitespace'.
   [ERROR] src/main/java/org/apache/knox/gateway/services/security/impl/ConfigurableEncryptor.java:[111] (regexp) Regexp: Line matches the illegal pattern 'Trailing whitespace'.
   [ERROR] src/main/java/org/apache/knox/gateway/services/security/impl/ConfigurableEncryptor.java:[113] (regexp) Regexp: Line matches the illegal pattern 'Trailing whitespace'.
   ```
   see: https://github.com/apache/knox/pull/327/checks?check_run_id=616662599


----------------------------------------------------------------
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.

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