Skip to content

Commit

Permalink
Merge pull request #13 from codeclimate/pb-too-many-methods
Browse files Browse the repository at this point in the history
Add category for check new in 2.3
  • Loading branch information
pbrisbin committed Feb 10, 2016
2 parents 02022cc + 0530930 commit 575e38c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Category.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ class Category
"Design/NumberOfChildren" => ["Clarity", 1000000],
"Design/TooManyFields" => ["Complexity", 900000],
"Design/TooManyMethods" => ["Complexity", 2000000],
"Design/TooManyPublicMethods" => ["Complexity", 2000000],
"Design/WeightedMethodCount" => ["Complexity", 2000000],
"ExcessivePublicCount" => ["Complexity", 700000],
"Naming/BooleanGetMethodName" => ["Style", 200000],
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:3.3

WORKDIR /usr/src/app
COPY composer.json /usr/src/app/
Expand Down

0 comments on commit 575e38c

Please sign in to comment.