troessner / reek

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

Define a checklist what is required for a new smell detector #1050

Closed troessner closed 8 years ago

troessner commented 8 years ago

Coming from #1049

waldyr commented 8 years ago

From the top of my head:

mvz commented 8 years ago

:-1: for Cucumber scenario, at least not a separate one. I don't think it's needed, and we're trying (and failing) to bring down the number of scenarios. Maybe we can add new smells to the samples.feature feature.

:+1: for the rest.

backus commented 8 years ago

This is sort of off topic but it would be nice if you could do something like I did here https://github.com/nevir/rubocop-rspec/pull/174 that would basically ensure that you only have to write examples for smells once. Would reduce the likelihood of something like #1049

mvz commented 8 years ago

@backus yes that would be nice.

troessner commented 8 years ago

wip in #1072