mirror of
https://github.com/wagoodman/dive
synced 2026-03-14 14:25:50 +01:00
Merge 2c81c5ba10 into d6c691947f
This commit is contained in:
commit
435d32d420
2 changed files with 2 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ func DefaultCIRules() CIRules {
|
|||
return CIRules{
|
||||
LowestEfficiencyThresholdString: "0.9",
|
||||
HighestWastedBytesString: "disabled",
|
||||
HighestUserWastedPercentString: "0.1",
|
||||
HighestUserWastedPercentString: "disabled",
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
ci: true
|
||||
rules:
|
||||
lowest-efficiency-threshold: '0.9'
|
||||
highest-user-wasted-percent: '0.1'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue