free_mutant/meta
John Backus e9ed6cda59 Add ExtraSpacing cop and allow alignment
This cop will flag extra spacing which seems arbitrary. It
will not flag extra spacing used to align tokens if the same
characters appear in the same column on contiguous lines.
2016-03-19 21:25:51 -07:00
..
and.rb Revert "Add mutations from and/or into if/else" 2015-09-01 15:09:53 +00:00
and_asgn.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
array.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
begin.rb Remove redundant encoding comments 2015-08-14 17:47:42 +00:00
block.rb Fix mutation to invalid ast on block glueing 2015-09-11 23:06:07 +00:00
block_pass.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
blockarg.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
boolean.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
break.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
case.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
casgn.rb Add mutation A = true -> remove_const :A 2015-08-13 17:12:57 -04:00
cbase.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
const.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
csend.rb Add mutation from csend to send 2016-01-24 03:49:49 +00:00
cvar.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
cvasgn.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
date.rb Add mutation Date.parse -> other parse methods 2015-10-09 10:58:31 -07:00
def.rb Add restarg arity mutation 2015-09-08 08:03:48 -07:00
defined.rb Improve defined? mutations 2015-08-10 13:54:21 +00:00
dstr.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
dsym.rb Add support for parser-2.3 2016-01-24 00:16:16 +00:00
ensure.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
false.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
float.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
gvar.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
gvasgn.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
hash.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
if.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
int.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
ivar.rb Add mutation from @foo to foo 2015-10-18 18:53:49 -07:00
ivasgn.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
kwbegin.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
lvar.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
lvasgn.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
masgn.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
match_current_line.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
next.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
nil.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
nthref.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
op_assgn.rb Add mutation from @foo to foo 2015-10-18 18:53:49 -07:00
or.rb Revert "Add mutations from and/or into if/else" 2015-09-01 15:09:53 +00:00
or_asgn.rb Fix repo location of rubyspec 2015-12-19 22:17:30 +00:00
range.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
redo.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
regex.rb Add ExtraSpacing cop and allow alignment 2016-03-19 21:25:51 -07:00
rescue.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
restarg.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
return.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
self.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
send.rb Add mutation a.dig(b, c) -> a.fetch(b).dig(c) 2016-02-14 17:46:22 -08:00
str.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
super.rb Remove invalid mutation super(...) to super 2015-08-14 16:59:31 +00:00
symbol.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
true.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
until.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
while.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00
yield.rb Remove redundant encoding comment 2015-04-27 21:07:30 +00:00