Add spellcheck to code review checklist.#397
Conversation
|
Test PASSed. |
|
Test FAILed. |
|
Jenkins, test this please. |
|
Test PASSed. |
|
Ready for review. |
There was a problem hiding this comment.
A specific tool and/or Make target should be recommended here
There was a problem hiding this comment.
On Tue, Apr 22, 2014 at 12:44:39PM -0700, Michael R. Crusoe wrote:
@@ -62,6 +62,7 @@ Copy and paste the following into a pull-request when it is ready for review::
- [ ] Is it well formatted? Look atpep8/pylint,cppcheck, and
make docoutput. Useautopep8andastyle -A10if needed.
- [ ] Is it documented in the Changelog?
- Was spellcheck run on the source code and documentation after changes were made?
A specific tool and/or Make target should be recommended here
Most editors have spellchecking; I use emacs ispell. Maybe provide
instructions for common editors (and extend them to new editors on request)?
--t
C. Titus Brown, ctb@msu.edu
|
test this please |
|
test this please |
…ecklist Add spellcheck to code review checklist.
Addresses #396.
Check for code coverage.
pep8/pylint,cppcheck, andmake docoutput. Useautopep8andastyle -A10if needed.