Added some ToDos to the README.
This commit is contained in:
parent
1a942e6b1c
commit
8fec735719
12
README.rst
12
README.rst
|
@ -41,8 +41,6 @@ Complete documentation for the project is available in the docs directory, or at
|
||||||
Linter Docs <https://elfsternberg.github.io/git-linter/index.html>`_.
|
Linter Docs <https://elfsternberg.github.io/git-linter/index.html>`_.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Install
|
Install
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
@ -63,8 +61,6 @@ from source:
|
||||||
python setup.py install
|
python setup.py install
|
||||||
``
|
``
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Features
|
Features
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
@ -91,6 +87,14 @@ Acknowledgements
|
||||||
inspired by Steve Pulec's `Why You Need a Git Pre-Commit Hook and Why Most Are Wrong <https://dzone.com/articles/why-your-need-git-pre-commit>`_, as well as just my own needs
|
inspired by Steve Pulec's `Why You Need a Git Pre-Commit Hook and Why Most Are Wrong <https://dzone.com/articles/why-your-need-git-pre-commit>`_, as well as just my own needs
|
||||||
as a software developer.
|
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
|
Disclaimer
|
||||||
----------
|
----------
|
||||||
|
|
Loading…
Reference in New Issue