Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentsimon committed Nov 17, 2021
1 parent d68aef5 commit 9c30ba6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions checks/branch_protection.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ const (
// First level.
allowForcePushes branchProtectionSetting = iota
allowDeletions
// Second level.
requireStatusChecksContexts
// Third and fourth level.
requireApprovingReviewCount
// Fourth level.
requireStatusChecksContexts
// Admin settings.
// First level.
enforceAdmins
// Second level.
requireUpToDateBeforeMerge
// Fourth level.
// Fifth level.
dismissStaleReviews
// requireCodeOwnerReviews no longer used.
// requireLinearHistory no longer used, see https://github.com/ossf/scorecard/issues/1027.
Expand Down

0 comments on commit 9c30ba6

Please sign in to comment.