smart_todo:在您的Ruby代码中增强TODO注释

时间:2021-04-26 18:05:47
【文件属性】:
文件名称:smart_todo:在您的Ruby代码中增强TODO注释
文件大小:40KB
文件格式:ZIP
更新时间:2021-04-26 18:05:47
slack todo tools task-management Ruby SmartTodo是一个库,旨在根据您的代码库中编写的TODO注释分配用户,并在需要提交给他们的TODO时提醒被分配者。 安装 将宝石添加到您的Gemfile中。 group :development do gem 'smart_todo' , require : false # No need to require it end 运行bundle install 概括 SmartTodo允许在您的代码旁边编写TODO注释,并为其分配用户。 遇到TODO的事件时(即达到某个日期),TODO的受让人将在Slack上被ping通。 没有SmartTodo # TODO: Warning! We need to change the API endpoint on July 1st because the provider # is modifying its API. d
【文件预览】:
smart_todo-master
----dev.yml(97B)
----LICENSE.txt(1KB)
----shipit.rubygems.yml(34B)
----lib()
--------smart_todo.rb(995B)
--------smart_todo_cop.rb(1KB)
--------smart_todo()
----Gemfile(195B)
----smart_todo.gemspec(1KB)
----Rakefile(227B)
----.travis.yml(228B)
----test()
--------test_helper.rb(464B)
--------smart_todo()
----README.md(1KB)
----.rubocop.yml(136B)
----.rubocop-http---shopify-github-io-ruby-style-guide-rubocop-yml(17KB)
----Gemfile.lock(972B)
----exe()
--------smart_todo(240B)
----CODE_OF_CONDUCT.md(3KB)
----.gitignore(73B)
----bin()
--------console(375B)
--------setup(131B)
--------rubocop(797B)
----CHANGELOG.md(2KB)

网友评论