rubocop / docs.rubocop.org

RuboCop's documentation site
https://docs.rubocop.org
4 stars 12 forks source link

Documentation for rubocop-rspec 3.1 missing #26

Closed dmke closed 1 week ago

dmke commented 1 week ago

The documentation website is missing the latest documentation for rubocop-rspec 3.1 (release PR https://github.com/rubocop/rubocop-rspec/pull/1963). In particular, the docs for RSpec/StringAsInstanceDoubleConstant are missing.

I'm not sure if this is the right place for this issue. If not, feel free to transfer it to the appropriate repository.


Edit: As a workaround, browsing the API docs works as well, albeit not as convenient:

https://www.rubydoc.info/gems/rubocop-rspec/RuboCop/Cop/RSpec/StringAsInstanceDoubleConstant.

bbatsov commented 1 week ago

Opening an issue here is fine. @bquorning @Darhazer Please, take a look when you can.

bquorning commented 1 week ago

Thank you for raising the issue @dmke. I’ll be fixing it right away.

bquorning commented 1 week ago

Here you go @dmke: https://docs.rubocop.org/rubocop-rspec/3.1/cops_rspec.html#rspecstringasinstancedoubleconstant

dmke commented 1 week ago

Thank you very much!