Repository: yetus Updated Branches: refs/heads/master 0cfb58cff -> 201a3782a
YETUS-218 define project specific pylint rules. Signed-off-by: Allen Wittenauer <[email protected]> Signed-off-by: Kengo Seki <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/201a3782 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/201a3782 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/201a3782 Branch: refs/heads/master Commit: 201a3782afe38c23fdf285ad88e43140cf0107cc Parents: 0cfb58c Author: Sean Busbey <[email protected]> Authored: Sat Dec 5 00:12:00 2015 -0600 Committer: Allen Wittenauer <[email protected]> Committed: Mon Dec 7 13:51:32 2015 -0800 ---------------------------------------------------------------------- .pylintrc | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/201a3782/.pylintrc ---------------------------------------------------------------------- diff --git a/.pylintrc b/.pylintrc new file mode 100644 index 0000000..ba7ab9a --- /dev/null +++ b/.pylintrc @@ -0,0 +1,4 @@ +[FORMAT] + +# Maximum number of characters on a single line. +max-line-length=100
