diff options
author | Jacob Keeler <jacob.keeler@livioradio.com> | 2016-08-03 17:13:34 -0400 |
---|---|---|
committer | Jacob Keeler <jacob.keeler@livioradio.com> | 2016-08-03 17:13:34 -0400 |
commit | 1b96b7c02d2e338b846a7314c6fa0bdaa31f7c5e (patch) | |
tree | 91ac29b350c7ec6fa9af3cc1d4278e1588f08834 /COMMITTERS.md | |
parent | 743a9e15022dbe81790106e514ff50d7652f5463 (diff) | |
download | sdl_core-1b96b7c02d2e338b846a7314c6fa0bdaa31f7c5e.tar.gz |
Forcing a Coverity build
Diffstat (limited to 'COMMITTERS.md')
-rw-r--r-- | COMMITTERS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/COMMITTERS.md b/COMMITTERS.md index df5fee94df..79d63444d7 100644 --- a/COMMITTERS.md +++ b/COMMITTERS.md @@ -36,7 +36,7 @@ set in the form of a pull request. there must be comment which explains: When method will be called by thread? Which thread calls the method? e.g.)
* Do you have specific realization code comments?
* Add log messages.
-* There are no Google code style errors. (You can download Google [cppint.py](https://raw.githubusercontent.com/google/styleguide/gh-pages/cpplint/cpplint.py))
+* There are no Google code style errors. (You can download Google [cpplint.py](https://raw.githubusercontent.com/google/styleguide/gh-pages/cpplint/cpplint.py))
* Check branch naming.
* Check correct commit messages in commits (see Pull request message section).
* Check correct pull request target (`master` or `develop`)
|