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)
|
||||
# * Unparser bug (optparse)
|
||||
# * Toplevel reference/cbase nodes in code (rspec)
|
||||
# * Creates useless toplevel modules that get vendored under ::Zombie (set)
|
||||
#
|
||||
STOP = %w(
|
||||
set
|
||||
rspec
|
||||
diff/lcs
|
||||
parser
|
||||
|
|
Loading…
Add table
Reference in a new issue