saintstack commented on issue #1064: HBASE-23707 Add IntelliJ check style plugin configuration URL: https://github.com/apache/hbase/pull/1064#issuecomment-576353135 I tried the patch. Before applying, I was getting the below when I sync'd the checkstyle versions between hbase and intellij... 1/20/20 8:23 AM The Checkstyle rules file could not be parsed. LineLength is not allowed as a child in Checker The file has been blacklisted for 60s. 8:23 AM Unexpected Exception Caught The scan failed due to an exception: Could not create checker org.infernus.idea.checkstyle.exception.CheckStylePluginException: Could not create checker at org.infernus.idea.checkstyle.checker.ScanFiles.lambda$checkFiles$8(ScanFiles.java:198) at java.util.Optional.orElseThrow(Optional.java:290) at org.infernus.idea.checkstyle.checker.ScanFiles.checkFiles(ScanFiles.java:198) at org.infernus.idea.checkstyle.checker.ScanFiles.processFilesForModuleInfoAndScan(ScanFiles.java:156) at org.infernus.idea.checkstyle.checker.ScanFiles.call(ScanFiles.java:78) at org.infernus.idea.checkstyle.checker.ScanFiles.call(ScanFiles.java:32) at com.intellij.openapi.application.impl.ApplicationImpl$2.call(ApplicationImpl.java:337) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1... (show balloon) With this patch applied, I now get style complaints that make sense.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
