This commit is contained in:
lif 2025-12-31 02:30:31 +08:00 committed by GitHub
commit 435d32d420
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View file

@ -23,7 +23,7 @@ func DefaultCIRules() CIRules {
return CIRules{
LowestEfficiencyThresholdString: "0.9",
HighestWastedBytesString: "disabled",
HighestUserWastedPercentString: "0.1",
HighestUserWastedPercentString: "disabled",
}
}

View file

@ -1,3 +1,4 @@
ci: true
rules:
lowest-efficiency-threshold: '0.9'
highest-user-wasted-percent: '0.1'