Loading lib/jsduck/warning/basic.rb +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ module JsDuck # Documentation for the warning. def doc " #{@enabled ? '+' : '-'}#{@type} - #{@msg}" " #{@rules[0][:enabled] ? '+' : '-'}#{@type} - #{@msg}" end end Loading Loading
lib/jsduck/warning/basic.rb +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ module JsDuck # Documentation for the warning. def doc " #{@enabled ? '+' : '-'}#{@type} - #{@msg}" " #{@rules[0][:enabled] ? '+' : '-'}#{@type} - #{@msg}" end end Loading