diff options
author | utilum <oz@utilum.com> | 2018-06-08 09:46:49 +0200 |
---|---|---|
committer | utilum <oz@utilum.com> | 2018-06-08 09:47:01 +0200 |
commit | 1e91a0d3c0138d08a68b6e5402774e4dbcde526e (patch) | |
tree | e4d466d1f7653c581fc27298b77084b535e76d5d | |
parent | 6cd5cc375a5c78d08463254460b324a17d078586 (diff) | |
download | rails-1e91a0d3c0138d08a68b6e5402774e4dbcde526e.tar.gz rails-1e91a0d3c0138d08a68b6e5402774e4dbcde526e.tar.bz2 rails-1e91a0d3c0138d08a68b6e5402774e4dbcde526e.zip |
Remove ineffective no-warnings flags from Contribute guide
This is not working. [ci skip]
-rw-r--r-- | guides/source/contributing_to_ruby_on_rails.md | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/guides/source/contributing_to_ruby_on_rails.md b/guides/source/contributing_to_ruby_on_rails.md index ba5d7bbee8..6c0c7aefc1 100644 --- a/guides/source/contributing_to_ruby_on_rails.md +++ b/guides/source/contributing_to_ruby_on_rails.md @@ -374,12 +374,6 @@ You can invoke `test_jdbcmysql`, `test_jdbcsqlite3` or `test_jdbcpostgresql` als The test suite runs with warnings enabled. Ideally, Ruby on Rails should issue no warnings, but there may be a few, as well as some from third-party libraries. Please ignore (or fix!) them, if any, and submit patches that do not issue new warnings. -If you are sure about what you are doing and would like to have a more clear output, there's a way to override the flag: - -```bash -$ RUBYOPT=-W0 bundle exec rake test -``` - ### Updating the CHANGELOG The CHANGELOG is an important part of every release. It keeps the list of changes for every Rails version. |