Hashar has uploaded a new change for review. https://gerrit.wikimedia.org/r/67981
Change subject: pep8: removes udpprofile.init filename ...................................................................... pep8: removes udpprofile.init filename The pep8 configuration file was listing udpprofile.init which is a shell script, not a python script. That produced unexpected error messages. Change-Id: If7e736e66f56c17f4e774e1e4610d76169ca03b9 --- M .pep8 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/software refs/changes/81/67981/1 diff --git a/.pep8 b/.pep8 index 8517a51..eff98fc 100644 --- a/.pep8 +++ b/.pep8 @@ -1,5 +1,5 @@ [pep8] -filename = *.py,geturls,swiftcleaner*,profiler-to-carbon,udpprofile.init +filename = *.py,geturls,swiftcleaner*,profiler-to-carbon ; Skip some specific checks we will eventually fix later on: ; -- To view, visit https://gerrit.wikimedia.org/r/67981 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: If7e736e66f56c17f4e774e1e4610d76169ca03b9 Gerrit-PatchSet: 1 Gerrit-Project: operations/software Gerrit-Branch: master Gerrit-Owner: Hashar <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
