From 87390b0d5edd3b02cf31954d0592fb7e68636334 Mon Sep 17 00:00:00 2001
From: Kevin Lyda <kevin@ie.suberic.net>
Date: Sat, 9 Jun 2012 16:11:00 +0100
Subject: [PATCH] Moved TODO into readme.

---
 README.rst | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/README.rst b/README.rst
index 773502f..60078ad 100644
--- a/README.rst
+++ b/README.rst
@@ -7,7 +7,6 @@ chkcrontab
 
 Crontab linter
 ==============
-
 chkcrontab is a script to check crontab files like those in
 ``/etc/cron.d`` and ``/etc/crontab``.  It tries to catch glaring
 errors and warn on suspect lines in a crontab file.  Some valid
@@ -29,7 +28,6 @@ warnings and errors.
 
 Contributions
 =============
-
 Contributions are welcome! Please add unit tests for new features
 or bug fixes.  To run all the unit tests run ``./setup test``.
 
@@ -42,4 +40,9 @@ accepted patches to both.
 * http://code.google.com/p/chkcrontab/
 * http://github.com/lyda/chkcrontab/
 
+TODO
+====
+* Look for duplicate entries.
+* Make sure MAILTO is set (perhaps others?)
+
 .. _`Travis`: http://travis-ci.org/#!/lyda/chkcrontab
-- 
GitLab