Skip to content

Commit

Permalink
ratchet down cane limit
Browse files Browse the repository at this point in the history
  • Loading branch information
yob committed Nov 20, 2012
1 parent 7dbf5e4 commit 52804ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if RUBY_VERSION >= "1.9" && RUBY_ENGINE == "ruby"
Cane::RakeTask.new(:quality) do |cane|
cane.abc_max = 20
cane.style_measure = 100
cane.max_violations = 105
cane.max_violations = 104

cane.use Morecane::EncodingCheck, :encoding_glob => "{app,lib,spec}/**/*.rb"
end
Expand Down

0 comments on commit 52804ad

Please sign in to comment.