Rakefile in health-data-standards-0.8.1 vs Rakefile in health-data-standards-1.0.0
- old
+ new
@@ -8,10 +8,10 @@
t.verbose = true
end
Cane::RakeTask.new(:quality) do |cane|
cane.abc_max = 45
- cane.add_threshold 'coverage/covered_percent', :>=, 97
+ # cane.add_threshold 'coverage/covered_percent', :>=, 97
cane.style_measure = 120
cane.no_style = true
cane.no_doc = true
end