reek
Code smell detector for Ruby
Install
- All systems
-
curl cmd.cat/reek.sh
- Ubuntu
-
apt-get install ruby-reek
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-reek
- Raspbian
-
apt-get install ruby-reek
- Dockerfile
- dockerfile.run/reek
ruby-reek
Code smell detector for Ruby
Reek is a tool that examines Ruby classes, modules and methods and reports any code smells it finds.