From 8fec735719b2de044ea0025e26412b8773aae51e Mon Sep 17 00:00:00 2001 From: "Elf M. Sternberg" Date: Sat, 28 Jan 2017 14:45:33 -0800 Subject: [PATCH] Added some ToDos to the README. --- README.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 3670192..6d39bd8 100644 --- a/README.rst +++ b/README.rst @@ -41,8 +41,6 @@ Complete documentation for the project is available in the docs directory, or at Linter Docs `_. - - Install ------- @@ -63,8 +61,6 @@ from source: python setup.py install `` - - Features -------- @@ -91,6 +87,14 @@ Acknowledgements inspired by Steve Pulec's `Why You Need a Git Pre-Commit Hook and Why Most Are Wrong `_, as well as just my own needs as a software developer. +To do +----- + +* The '-q' and '--quiet' arguments do not work. +* Ought to be able to silence the "no linter found" message. +* Ought to be able to configure '-q' and '--silence' commands in .git-lint/config file. +* Ought to be able to override config file for above. + Disclaimer ----------