Skip to content

Commit dbcf827

Browse files
committed
ignoring redefinition warning
1 parent eb5f824 commit dbcf827

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pylint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
PYTHON_VERSION=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')
55
echo "Python version: $PYTHON_VERSION"
66
if [ $PYTHON_VERSION = '2.7' ]; then
7-
pylint watson_developer_cloud --disable=F0401,E0611,E1004,C0111,I0011,I0012,W0704,W0142,W0212,W0232,W0613,W0702,R0201,W0614,R0914,R0912,R0915,R0913,R0904,R0801,C0301,C0411
7+
pylint watson_developer_cloud --disable=F0401,E0611,E1004,C0111,I0011,I0012,W0704,W0142,W0212,W0232,W0613,W0702,R0201,W0614,R0914,R0912,R0915,R0913,R0904,R0801,C0301,C0411,R0204
88
fi

0 commit comments

Comments
 (0)