Making line-length checking optional for lessons.
authorGreg Wilson <gvwilson@third-bit.com>
Wed, 22 Jun 2016 17:57:22 +0000 (13:57 -0400)
committerGreg Wilson <gvwilson@third-bit.com>
Wed, 22 Jun 2016 17:57:22 +0000 (13:57 -0400)
commit2a53ed7304d813edeab9a1cbbdf226413a5d6f53
tree6f241923facfc82a57ff88c516a1f9a93ca19bf9
parenta733e2a3f6d2f3b9607b6c695ef73d3442af2f38
Making line-length checking optional for lessons.

1.  Modify `read_markdown` to return list of (index, line, line_length).
2.  Modify `lesson_check.py` to make line-length checking optional.
bin/lesson_check.py
bin/util.py