-
Notifications
You must be signed in to change notification settings - Fork 0
ToDo
makaroni4 edited this page Nov 5, 2012
·
3 revisions
- gem 'climate-control' run different tools local html push data to webapp (rake task)
could be self-hosted on heroku display html from pushed data history stats base auth github auth gitlab auth
receives github webhook runs tools pushes data to webapp
list of refactorings
Hosted version = Shared Views + Github hook + Stat history + Refactoring list
context list page - context (class, module, template, rake, tests), rating, smells count context page - summary + tab per tool
json format tool name context name location (filepath + lineno) smell/warning/error (name + rating) refactorings list
module ClimateControl
class Tool
def ...
end
def ...
end
def ...
end
end
class Brakeman < Tool
end
end
ClimateControl.registrer_tool ClimateControl::Brakeman