Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
Update metrics config
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Jan 28, 2014
1 parent 9cf89de commit 64761e2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GIT
PATH
remote: .
specs:
hexp (0.2.0)
hexp (0.3.0)
equalizer (~> 0.0)
ice_nine (~> 0.9)
nokogiri (~> 1.6)
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ namespace :ci do
metrics:yardstick:verify
metrics:flog
metrics:flay
metrics:reek
]
# metrics:reek
# metrics:rubocop
end

Expand Down
2 changes: 1 addition & 1 deletion config/flay.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
threshold: 11
total_score: 299.0
total_score: 302.0
2 changes: 1 addition & 1 deletion config/flog.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
threshold: 45.7
threshold: 47.1
5 changes: 5 additions & 0 deletions config/reek.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,8 @@ UtilityFunction:
- Hexp::TextNode#attributes
- Hexp::TextNode#children
max_helper_calls: 0
PrimaDonnaMethod:
exclude:
- Hexp::Builder#_raise_if_missing!
- Hexp::Builder#tag!
- Hexp::Builder#text!

0 comments on commit 64761e2

Please sign in to comment.