summaryrefslogtreecommitdiffstats
path: root/git
diff options
context:
space:
mode:
authorWesley Hearn <whearn@redhat.com>2015-06-01 07:54:28 -0400
committerWesley Hearn <whearn@redhat.com>2015-06-01 07:54:28 -0400
commit6dfca25890da77ad6216aab1e269a07353fa997d (patch)
tree5813704f61e643319f8772e098f923fda94d60d6 /git
parent43d08da2a4af64015cd0fd83b36d843e51b21b0d (diff)
downloadopenshift-6dfca25890da77ad6216aab1e269a07353fa997d.tar.gz
openshift-6dfca25890da77ad6216aab1e269a07353fa997d.tar.bz2
openshift-6dfca25890da77ad6216aab1e269a07353fa997d.tar.xz
openshift-6dfca25890da77ad6216aab1e269a07353fa997d.zip
Update max length to 120 characters as per the style guide
Diffstat (limited to 'git')
-rw-r--r--git/.pylintrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/git/.pylintrc b/git/.pylintrc
index 6cf68f7d6..af8f1656f 100644
--- a/git/.pylintrc
+++ b/git/.pylintrc
@@ -286,7 +286,7 @@ notes=FIXME,XXX,TODO
[FORMAT]
# Maximum number of characters on a single line.
-max-line-length=100
+max-line-length=120
# Regexp for a line that is allowed to be longer than the limit.
ignore-long-lines=^\s*(# )?<?https?://\S+>?$