-
Danger插件能够在一个请求的请求中检索todofixme注释
资源介绍
危险行为
anger-todoist是一个插件,可自动将拉/合并请求代码中剩下的待办事项通知您。
安装
将gem 'danger-todoist'添加到您的Gemfile并开始在Dangerfile使用todoist。
用法
Methods and attributes from this plugin are available in
your `Dangerfile` under the `todoist` namespace.
通过警告确保修改后的代码中没有剩余的TODOS todoist.warn_for_todos
通过使构建失败,确保修改后的代码中没有剩余的TODOS todoist.fail_for_todos
设置警告的自定义警告消息todoist.message = "Please fix all TODOS"
todoist.warn_for_todos
列出每个待办事项todoist.warn_for_todos
todoist.print_todos_table
用待办事项做任何事情。 待办事项具有“文本”和“文件”属性todoist.todos.eac