mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Remove ineffective no-warnings flags from Contribute guide
This is not working. [ci skip]
This commit is contained in:
parent
6cd5cc375a
commit
1e91a0d3c0
1 changed files with 0 additions and 6 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue