File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ def category
1717 "Lint/Eval" => "Security" ,
1818 "Metrics" => "Complexity" ,
1919 "Metrics/LineLength" => "Style" ,
20- "Performance" => "BugRisk " ,
21- "Rails" => "BugRisk " ,
20+ "Performance" => "Bug Risk " ,
21+ "Rails" => "Bug Risk " ,
2222 "Rails/ActionFilter" => "Style" ,
2323 "Rails/Delegate" => "Clarity" ,
2424 "Rails/HasAndBelongsToMany" => "Style" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ module CC::Engine
1212 it "returns the category mapped to the cop category if present" do
1313 category_parser = CategoryParser . new ( "Rails/ScopeArgs" )
1414
15- expect ( category_parser . category ) . to eq ( "BugRisk " )
15+ expect ( category_parser . category ) . to eq ( "Bug Risk " )
1616 end
1717
1818 it "returns Style as the default" do
You can’t perform that action at this time.
0 commit comments