[GSoC][PATCH 1/2] git-ci: add .pylintrc file

2018-03-13 Thread Viet Hung Tran
the current warning? I included that edit in the [PATCH 2/2]. Viet Signed-off-by: Viet Hung Tran <viethtran1...@gmail.com> --- .pylintrc | 577 ++ 1 file changed, 577 insertions(+) create mode 100644 .pylintrc diff --git a/.pylintrc b/.py

[GSoC][PATCH 2/2] git-ci: update .pylintrc to ignore current warning

2018-03-13 Thread Viet Hung Tran
-ci.org/VietHTran/git/builds/353155158 Signed-off-by: Viet Hung Tran <viethtran1...@gmail.com> --- .pylintrc | 7 --- 1 file changed, 7 deletions(-) diff --git a/.pylintrc b/.pylintrc index 0db42d646..09a0019d6 100644 --- a/.pylintrc +++ b/.pylintrc @@ -60,20 +60,13 @@ enable=import

[GSoC][PATCH] git-ci: use pylint to analyze the git-p4 code

2018-03-13 Thread Viet Hung Tran
Hung Tran <viethtran1...@gmail.com>

[GSoC][PATCH] git-ci: use pylint to analyze the git-p4 code

2018-03-12 Thread Viet Hung Tran
ng changes on the git-p4.py that fix the pylint errors. Thank you for feedback, Viet Signed-off-by: Viet Hung Tran <viethtran1...@gmail.com> --- .travis.yml | 10 ++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5f5ee4f3b..581d75319 100644 --- a/.

[GSoC][PATCH] git-ci: use pylint to analyze the git-p4 code

2018-03-11 Thread Viet Hung Tran
though Travis CI have yet to implement continuous integration for multiple languages. Python package can be installed using apt packages. From there, pylint can be installed using pip and used to analyze git-p4.py file. Signed-off-by: Viet Hung Tran <viethtran1...@gmail.com> --- .tra

[PATCH] git-ci: use pylint to analyze the git-p4 code

2018-03-11 Thread Viet Hung Tran
.py file. Signed-off-by: Viet Hung Tran <viethtran1...@gmail.com> --- .travis.yml | 10 ++ 1 file changed, 10 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5f5ee4f3b..581d75319 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,6 +46,16 @@ matrix: -