-
Notifications
You must be signed in to change notification settings - Fork 5
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
Small fixes #9
base: master
Are you sure you want to change the base?
Small fixes #9
Conversation
This: ArgumentError: 316 is not a valid author_id is better than this: ArgumentError: ArgumentError
My comments in diaspora/diaspora#5561 apply here too, Rubocops default config is a nightmare. |
https://travis-ci.org/Raven24/diaspora-federation/jobs/48712715 Would @jhass the alternative doesn't warm me either, i.e. checking the styleguide by hand. I find most of the rubocop defaults sensible, tbh. Like the Some of the settings are not reasonable to me, like the 80 char line lenght - I have to "uglify" the code, just to fit in this rule, and this tradeoff I'm not willing to make. Some of the rules helped me catch bugs or small issues, and it definitely helped me simplify the code a bit with good suggestions. It's definitely a compromise I'm willing to make. |
It would be interesting to enable HoundCI, to see what's the difference. |
No, I see |
Although the pull-request is big, there are not radical changes. The most important one are removal of several methods, and covert those in
attr_reader
's, and the commit that deals with providing more information on failure.