-
Notifications
You must be signed in to change notification settings - Fork 769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checkstyle rules for Square's code style? #9
Comments
We don't have a standard one, no. I'd be open to creating one, but a little birdie told me of a tool which is coming out which might obviate the need for it. |
Thanks so far for the information. Which tool are you referring to? :-) Any aprox. release date? |
I'm cleaning up an app at the moment and am also interested in a checkstyles implementation or this avian affiliated tool. Is any more information available? Thanks! |
@JakeWharton Any new on the tool you mention before? |
RxAndroid is not our project. |
A dream would become reality if after such a long time a tool comes out which automates checkstyle synchronization between build tool and IDE. @JakeWharton I hope you are note joking. |
sorry, my mistake I was thinking on RxBinding. but, anyway, any news about the tool? |
https://github.com/google/google-java-format/ On Tue, Nov 17, 2015 at 5:38 AM Cristian Garcia Marín <
|
Hey, I am trying to find exactly checkstyle.xml for this style, SquareAndroid. If there exists a checkstyle.xml now, could you shared with me, please ? Thank you |
Any update on this? It's 2 years since that little bird told you a hint 😄 🐦 |
It was google's java formatter.
…On Sun, Jun 4, 2017 at 7:20 PM Heinrich Reimer ***@***.***> wrote:
@JakeWharton <https://github.com/jakewharton>
[...] but a little birdie told me of a tool which is coming out which
might obviate the need for it.
Any update on this? It's 2 years since that little bird told you a hint 😄
🐦
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAEEEbCnSL9F4nf6VfZFnBOjO1sZY_DHks5sAzuxgaJpZM4DtCl6>
.
|
I like your code style. However, when reformatting my code using your style I am encountering various checkstyle violations for either Sun's or Google's default rules. It mostly complains about whitespaces before/after curly braces, line length and such stuff.
So my question is, if there exists a particular checkstyle-rules.xml for this style? Maybe it's a good idea to have both in place, code style along with dedicated check.
I've looked into the ones you are using in your projects, for instance Dagger, but actually it just omits some rules.
Thanks in advance.
The text was updated successfully, but these errors were encountered: