-----
Linting Python 2 code
-----
asdl/front_end.py:42:30 list comprehension redefines '_' from line 11
asdl/gen_cpp.py:389:13 local variable 'variant_name' is assigned to but never used
core/shell.py:437:5 local variable 'no_str' is assigned to but never used
core/state.py:757:9 local variable 'success' is assigned to but never used
core/state.py:1523:9 local variable 'source_str' is assigned to but never used
osh/cmd_eval.py:2020:17 local variable 'status' is assigned to but never used
osh/cmd_parse.py:147:39 list comprehension redefines 't' from line 144
osh/glob_.py:205:23 list comprehension redefines '_' from line 198
osh/glob_.py:361:17 local variable 'is_glob' is assigned to but never used
osh/split.py:79:34 list comprehension redefines 'buf' from line 63
osh/string_ops.py:61:30 list comprehension redefines 'b' from line 56
tools/ysh_ify.py:304:9 local variable 'op_id' is assigned to but never used
tools/ysh_ify.py:378:9 local variable 'has_rhs' is assigned to but never used
tools/ysh_ify.py:390:17 local variable 'lhs0' is assigned to but never used
tools/ysh_ify.py:397:13 local variable 'has_array_index' is assigned to but never used
tools/ysh_ify.py:639:17 local variable 'UP_iterable' is assigned to but never used
tools/ysh_ify.py:686:21 local variable 'else_spid' is assigned to but never used
ysh/builtin_json.py:99:13 local variable 'arg_jr' is assigned to but never used
ysh/cpython.py:65:17 local variable 'is_shell_array' is assigned to but never used
-----
Linting Python 3 code
-----
mycpp/const_pass.py:326:17 local variable 'r' is assigned to but never used
mycpp/cppgen_pass.py:846:17 local variable 'fmt_types' is assigned to but never used
mycpp/mycpp_main.py:165:5 local variable 'start_time' is assigned to but never used
PASS: check-shebangs