Skip to content
Snippets Groups Projects
Commit 87390b0d authored by Kevin Lyda's avatar Kevin Lyda :speech_balloon:
Browse files

Moved TODO into readme.

parent 5c578454
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,6 @@ chkcrontab ...@@ -7,7 +7,6 @@ chkcrontab
Crontab linter Crontab linter
============== ==============
chkcrontab is a script to check crontab files like those in chkcrontab is a script to check crontab files like those in
``/etc/cron.d`` and ``/etc/crontab``. It tries to catch glaring ``/etc/cron.d`` and ``/etc/crontab``. It tries to catch glaring
errors and warn on suspect lines in a crontab file. Some valid errors and warn on suspect lines in a crontab file. Some valid
...@@ -29,7 +28,6 @@ warnings and errors. ...@@ -29,7 +28,6 @@ warnings and errors.
Contributions Contributions
============= =============
Contributions are welcome! Please add unit tests for new features Contributions are welcome! Please add unit tests for new features
or bug fixes. To run all the unit tests run ``./setup test``. or bug fixes. To run all the unit tests run ``./setup test``.
...@@ -42,4 +40,9 @@ accepted patches to both. ...@@ -42,4 +40,9 @@ accepted patches to both.
* http://code.google.com/p/chkcrontab/ * http://code.google.com/p/chkcrontab/
* http://github.com/lyda/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 .. _`Travis`: http://travis-ci.org/#!/lyda/chkcrontab
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment