File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -262,12 +262,16 @@ elif [[ $TASK = 'pychecker' ]]; then
262262 travis_fold end " pychecker_c"
263263 # Special case checking for some python 3 compatibility workarounds
264264 travis_fold start " pychecker_d"
265- pychecker --quiet --limit 500 --no-shadowbuiltin --no-noeffect ./include/ola/gen_callbacks.py ./tools/rdm/ResponderTest.py
265+ pychecker --quiet --limit 500 --no-shadowbuiltin --no-noeffect ./include/ola/gen_callbacks.py
266266 travis_fold end " pychecker_d"
267267 # Special case checking for some python 3 compatibility workarounds that import files that break pychecker
268268 travis_fold start " pychecker_e"
269269 pychecker --quiet --limit 500 --only --no-shadowbuiltin --no-noeffect ./tools/rdm/TestHelpers.py
270270 travis_fold end " pychecker_e"
271+ # Extra special case checking for some python 3 compatibility workarounds that import files that break pychecker and have unused parameters
272+ travis_fold start " pychecker_f"
273+ pychecker --quiet --limit 500 --only --no-argsused --no-shadowbuiltin --no-noeffect ./tools/rdm/ResponderTest.py
274+ travis_fold end " pychecker_f"
271275elif [[ $TASK = ' pychecker-wip' ]]; then
272276 travis_fold start " autoreconf"
273277 autoreconf -i;
You can’t perform that action at this time.
0 commit comments