kevinrutherford / reek

Code smell detector for Ruby

This URL has Read+Write access

reek / TODO.txt
100644 18 lines (16 sloc) 0.574 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Stories, in decreasing order of priority:
----------------------------------------
 
- Feature Envy needs to look at smaller chunks of code
- check class methods
- check modules
- internationalised reports
- smell: Law of Demeter
- smell: unused parameter
- provide rake task to run reek
- configure thresholds via a .yml file
- disable smells via a .yml file
- ignore classes or methods via a .yml file
- an option to print out "What to Do" notes <- book
- smell: Lazy Class / Data Class
- allow report to be sorted by "severity"
- generate report as XHTML