Add set stop zombification recursion points
This commit is contained in:
parent
55afba8d42
commit
0e7c5beb16
1 changed files with 2 additions and 0 deletions
|
@ -7,8 +7,10 @@ module Mutant
|
||||||
# * Relies dynamic require, zombifier does not know how to recurse here (racc)
|
# * Relies dynamic require, zombifier does not know how to recurse here (racc)
|
||||||
# * Unparser bug (optparse)
|
# * Unparser bug (optparse)
|
||||||
# * Toplevel reference/cbase nodes in code (rspec)
|
# * Toplevel reference/cbase nodes in code (rspec)
|
||||||
|
# * Creates useless toplevel modules that get vendored under ::Zombie (set)
|
||||||
#
|
#
|
||||||
STOP = %w(
|
STOP = %w(
|
||||||
|
set
|
||||||
rspec
|
rspec
|
||||||
diff/lcs
|
diff/lcs
|
||||||
parser
|
parser
|
||||||
|
|
Loading…
Add table
Reference in a new issue