-
Notifications
You must be signed in to change notification settings - Fork 45
Rubocop 0.50.0 #108
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
Rubocop 0.50.0 #108
Conversation
* Updated docs * Updated other gems
* Bumped Ruby to 2.4.2 * Shrank image 2.4x * Removed git that is only used for docs * Removed test gems
Configuration option: MinSize | ||
If set, arrays with fewer elements than this value will not trigger the | ||
cop. For example, a `MinSize of `3` will not enforce a style on an array |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there's a character missing here, a ` right after MinSize
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Marc.
This content is generated from Rubocop docs. Please submit an issue/PR to Rubocop repo as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in rubocop/rubocop#4834
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Good job on the docker image size 🎉
Resolves #107