Skip to content

Commit d8eab14

Browse files
fidlejMctxDev
authored andcommitted
Ignore pylint refactoring messages.
PiperOrigin-RevId: 704848121
1 parent 548cfb2 commit d8eab14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ pip install -r requirements/requirements-test.txt
3333
flake8 `find mctx -name '*.py' | xargs` --count --select=E9,F63,F7,F82,E225,E251 --show-source --statistics
3434

3535
# Lint with pylint.
36-
# Fail on errors, warning, conventions and refactoring messages.
37-
PYLINT_ARGS="-efail -wfail -cfail -rfail"
36+
# Fail on errors, warning, and conventions.
37+
PYLINT_ARGS="-efail -wfail -cfail"
3838
# Lint modules and tests separately.
3939
pylint --rcfile=.pylintrc `find mctx -name '*.py' | grep -v 'test.py' | xargs` || pylint-exit $PYLINT_ARGS $?
4040
# Disable `protected-access` warnings for tests.

0 commit comments

Comments
 (0)