Skip to content

Commit

Permalink
Disable E1102 for pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
wq2012 committed Jul 27, 2021
1 parent c317c25 commit 91764ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_pylint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ pushd ${PROJECT_PATH}
python3 -m pylint **/*.py *.py\
--indent-string=" " \
--max-line-length=80 \
--disable=E1101,R0913,W0221,R0903,R0902,R0914,R0912,R0915,R1723,W1114,W0223
--disable=E1101,R0913,W0221,R0903,R0902,R0914,R0912,R0915,R1723,W1114,W0223,E1102

popd

0 comments on commit 91764ce

Please sign in to comment.