troessner / reek

Code smell detector for Ruby
https://github.com/troessner/reek
MIT License
4.03k stars 279 forks source link

Check all Ruby blocks in documentation specs #1669

Open mvz opened 2 years ago

mvz commented 2 years ago

We were missing most Ruby blocks in this check. This change will show that a lot of the Ruby blocks in the documentation cannot be executed.

We need to decide whether to skip this check altogether (we don't seem to use the # => syntax a lot), or to fix the code documentation so this works.