Results 505 comments of rnveach

Edit: I see now you discovered the issue and why you say there is a conflict from the issue created.

https://github.com/checkstyle/eclipse-cs/pull/321/checks?check_run_id=3515191473 It is odd that travis created 6 jobs when we have 3 in travis. Half failed installing a cache. ```` $ Installing caching utilities 0.02s9.98sInstalling md5deep attempting to download...

This arch may have limited support for eclipse, see build error from sevntu when doing it's verification of it's eclipse-cs plugin: https://app.travis-ci.com/github/sevntu-checkstyle/sevntu.checkstyle/jobs/535614239 ```` [ERROR] Internal error: java.lang.RuntimeException: Could not determine...

@vogella I can't speak for other admins, but I am willing to look at a PR to update the PNGs. Be warned that you have to support many different flavors...

@romani @gaurabdg Is there a reason this issue is till open?

@romani If we have integration with checkstyle from metadata, doesn't this mean tests and internal XML files that duplicate checkstyle can be removed? IE this class: https://github.com/checkstyle/eclipse-cs/blob/103c8195153fb105540d5d92d6cfcc58d6bbd5b0/net.sf.eclipsecs.checkstyle/test/net/sf/eclipsecs/checkstyle/ChecksTest.java And these resources:...

Is there documentation on the required format of the YML files eclipse-cs is looking for it's integration? Like is it required every check be listed in it? Every package? Or...

I am marking the final leg of this issue as blocked as discussed in https://github.com/checkstyle/checkstyle/issues/10773 . Completion of this issue is all metadata (`checkstyle_metadata.*`) stored in eclipse-cs be removed. I...

> Fixing checkstyle/checkstyle#8789 might make it more clear that path is classpath Fixing that issue will only allow user to force path to be identified as only classpath. From the...

https://github.com/checkstyle/eclipse-cs/blob/master/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/LeftCurlyTransformer.java#L55 http://checkstyle.sourceforge.net/config_blocks.html#LeftCurly There are quite a few tokens missing. I'm not sure which is on purpose and which is missed. https://github.com/checkstyle/eclipse-cs/blob/master/net.sf.eclipsecs.core/src/net/sf/eclipsecs/core/transformer/ctransformerclasses/RightCurlyTransformer.java#L56 http://checkstyle.sourceforge.net/config_blocks.html#RightCurly Looks the same for right curly too. If...