You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2022/11/02 12:12:31 UTC

[GitHub] [spark] LuciferYang commented on pull request #38481: [SPARK-40996][BUILD] Upgrade `sbt-checkstyle-plugin` to 4.0.0 to resolve `dev/sbt-checkstyle` run failed with sbt 1.7.3

LuciferYang commented on PR #38481:
URL: https://github.com/apache/spark/pull/38481#issuecomment-1300249055

   The previous version of `sbt-checkstyle-plugin` seems invalid, run 
   
   ```
   build/sbt -Pkinesis-asl -Pmesos -Pkubernetes -Pyarn -Phive -Phive-thriftserver checkstyle test:checkstyle
   ```
   with sbt 1.7.2:
   
   the result as follows:
   
   ```
   [warn] note: a setting might still be used by a command; to exclude a key from this `lintUnused` check
   [warn] either append it to `Global / excludeLintKeys` or call .withRank(KeyRanks.Invisible) on the key
   Files to process must be specified, found 0.
   Files to process must be specified, found 0.
   Files to process must be specified, found 0.
   Files to process must be specified, found 0.
   Files to process must be specified, found 0.
   Files to process must be specified, found 0.
   Files to process must be specified, found 0.
   Files to process must be specified, found 0.
   Files to process must be specified, found 0.
   Files to process must be specified, found 0.
   Files to process must be specified, found 0.
   Files to process must be specified, found 0.
   Files to process must be specified, found 0.
   Files to process must be specified, found 0.
   ```
   


-- 
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: reviews-unsubscribe@spark.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org