Closed sakshamarora1 closed 3 years ago
The main issue here is that scripts/docs.py
is using the -----
underline somewhere and therefore sphinx rst parsing is deciding that -----
is a second level header.
Also that whitespace checker is broken: #232
We fixed -
in last commit
What are you using to check for trailing whitespace?
@pdxjohnny I have pre-commit git hook that runs this when I do git merge master or git commit :-
exec git diff-index --check --cached $against --
It was already there in dffml/.git/hooks/pre-commit
Also can be reproduced using the commit hash before the NLP operations commit:-
git diff c3e6fb259650c7b17278f15749792429964e30c6 --check