Skip to content

Commit

Permalink
Merge pull request #14 from codeclimate/will/compatibility
Browse files Browse the repository at this point in the history
Correct spelling of "Compatibility"
  • Loading branch information
wfleming committed Feb 15, 2016
2 parents 575e38c + d71d09f commit 323ba1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Category
"ExcessivePublicCount" => ["Complexity", 700000],
"Naming/BooleanGetMethodName" => ["Style", 200000],
"Naming/ConstantNamingConventions" => ["Style", 100000],
"Naming/ConstructorWithNameAsEnclosingClass" => ["Compatability", 400000],
"Naming/ConstructorWithNameAsEnclosingClass" => ["Compatibility", 400000],
"Naming/LongVariable" => ["Style", 1000000],
"Naming/ShortMethodName" => ["Style", 800000],
"Naming/ShortVariable" => ["Style", 500000],
Expand Down

0 comments on commit 323ba1f

Please sign in to comment.