소스 검색

Merge pull request #256 from wshearn/onetwentychars

Update max length to 120 characters as per the style guide
Wesley Hearn 10 년 전
부모
커밋
c2604003fa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      git/.pylintrc

+ 1 - 1
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+>?$