diff options
author | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-06-01 09:38:43 -0400 |
---|---|---|
committer | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-06-01 09:38:43 -0400 |
commit | c2604003fa5d5449b979d59e2bbb86361ce33b37 (patch) | |
tree | 5813704f61e643319f8772e098f923fda94d60d6 | |
parent | 43d08da2a4af64015cd0fd83b36d843e51b21b0d (diff) | |
parent | 6dfca25890da77ad6216aab1e269a07353fa997d (diff) | |
download | openshift-c2604003fa5d5449b979d59e2bbb86361ce33b37.tar.gz openshift-c2604003fa5d5449b979d59e2bbb86361ce33b37.tar.bz2 openshift-c2604003fa5d5449b979d59e2bbb86361ce33b37.tar.xz openshift-c2604003fa5d5449b979d59e2bbb86361ce33b37.zip |
Merge pull request #256 from wshearn/onetwentychars
Update max length to 120 characters as per the style guide
-rw-r--r-- | git/.pylintrc | 2 |
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+>?$ |