Hashar has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/138824

Change subject: Fix Jenkins pep8 job
......................................................................

Fix Jenkins pep8 job

26dfea94 moved a python script around but forgot to copy the .pep8 magic
file that ignores lines being too long (E501).

Change-Id: Ia74ffa5e3fffa42f11dc3c22f5a774f5bfcd0e35
---
A modules/puppetmaster/files/.pep8
1 file changed, 5 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/24/138824/1

diff --git a/modules/puppetmaster/files/.pep8 b/modules/puppetmaster/files/.pep8
new file mode 100644
index 0000000..baa77a4
--- /dev/null
+++ b/modules/puppetmaster/files/.pep8
@@ -0,0 +1,5 @@
+[pep8]
+
+# Suppress warnings:
+#  E501: line too long
+ignore = E501

-- 
To view, visit https://gerrit.wikimedia.org/r/138824
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia74ffa5e3fffa42f11dc3c22f5a774f5bfcd0e35
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Hashar <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to