[devtools] sync

This commit is contained in:
dry-bot 2020-01-23 10:25:08 +00:00
parent 3c237f90c5
commit 62b65c25bf
4 changed files with 5 additions and 3 deletions

View File

@ -22,7 +22,7 @@ Other requirements:
2) Follow the style conventions of the surrounding code. In most cases, this is standard ruby style.
3) Add API documentation if it's a new feature
4) Update API documentation if it changes an existing feature
5) Bonus points for sending a PR to [github.com/dry-rb/dry-rb.org](github.com/dry-rb/dry-rb.org) which updates user documentation and guides
5) Bonus points for sending a PR which updates user documentation in the `docsite` directory
# Asking for help

View File

@ -2,8 +2,6 @@
git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "ossy", github: "solnic/ossy", branch: "master", platforms: :ruby
group :test do
gem 'codacy-coverage', require: false, platforms: :ruby
gem 'simplecov', require: false, platforms: :ruby

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
# this file is managed by dry-rb/devtools
if ENV['COVERAGE'] == 'true'

View File

@ -1,3 +1,5 @@
# frozen_string_literal: true
# this file is managed by dry-rb/devtools project
require 'warning'