It seems that there isn't any documentation for the existing cops available. We currently in the process of adding rubocop-rspec to our code base. It would be really helpful to be able to point to some doc when discussing / deciding if and how configured we want to have a certain cop.
Does the rubydoc.info documentation provide what you need @bgeuken, or would a documentation site similar to RuboCop鈥檚 http://rubocop.readthedocs.io/en/latest be of more use?
Or should we perhaps just link to rubydoc.info in the README? 馃槼
I personally think that something like http://rubocop.readthedocs.io/en/latest would be better.
In the meanwhile I would link the Rubydoc in the Readme, as it is currently not that easy to find.
bquorning commented 9 minutes ago
Does the rubydoc.info documentation provide what you need聽@bgeuken, or would a documentation site similar to RuboCop鈥檚聽http://rubocop.readthedocs.io/en/latest聽be of more use?
The rubydoc.info docu already helps a lot. Having something like the RuboCop documentation would of course be awesome.
Or should we perhaps just link to rubydoc.info in the README?
Yes, please:-)
Thanks for the quick reply
ReadTheDocs documentation is published at http://rubocop-rspec.readthedocs.io/en/latest/
Most helpful comment
I personally think that something like http://rubocop.readthedocs.io/en/latest would be better.
In the meanwhile I would link the Rubydoc in the Readme, as it is currently not that easy to find.