Add explanation why Ruby

This commit is contained in:
Sven Weidauer 2022-06-07 10:34:12 +02:00
parent bfc0eb7e45
commit 6171a51720

View file

@ -94,3 +94,16 @@ must read file content via `stdin`. Anything that the lint command outputs to
option to tell it to read content from `stdin` instead of reading files from
disk, and messages from `eslint` are redirected to `stderr` (using the `>&2`
notation) so that you can see them.
### Why the Ruby port if there already is a fine Python implementation?
I dont like Python ;)
But jokes aside, I am already setting up a Ruby environment (using [rbenv][]) for my
projects to run [cocoapods][] and [fastlane][] and our git hooks. By using this port
we dont need to ensure to have python available as well.
[rbenv]: https://github.com/rbenv/rbenv/
[cocoapods]: https://cocoapods.org/
[fastlane]: https://fastlane.tools/