diff options
author | nfnty <git@nfnty.se> | 2017-01-30 00:18:19 +0100 |
---|---|---|
committer | nfnty <git@nfnty.se> | 2017-01-30 01:16:20 +0100 |
commit | 185c022e9364316b66bbee352409533bdd4457dc (patch) | |
tree | 1e412dead126e34fc21fdba478d4364090815b71 /Makefile | |
parent | c494d4680bef0320ea89304dbf62d24e559488dd (diff) | |
download | ranger-185c022e9364316b66bbee352409533bdd4457dc.tar.gz |
linting: pylint: Remove most `disabled=protected-access`
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 7b87a607..8636b170 100644 --- a/Makefile +++ b/Makefile @@ -94,7 +94,7 @@ test_pytest: py.test tests test: test_pylint test_flake8 test_doctest test_pytest - @echo "Finished testing." + @echo "Finished testing: All tests passed!" man: pod2man --stderr --center='ranger manual' --date='$(NAME)-$(VERSION)' \ |