Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaosongzs committed Jun 7, 2024
1 parent fad427a commit c2bc15c
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions jcheck/src/main/java/org/openjdk/skara/jcheck/JCheck.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,10 @@ public class JCheck {
new AuthorCheck(),
new CommitterCheck(),
new WhitespaceCheck(),
new MergeMessageCheck(),
new HgTagCommitCheck(utils),
new DuplicateIssuesCheck(repository),
new ReviewersCheck(utils),
new MessageCheck(utils),
new IssuesCheck(utils),
new ExecutableCheck(),
new SymlinkCheck(),
new BinaryCheck(),
new IssuesTitleCheck()
new BinaryCheck()
);
repositoryChecks = List.of(
new BranchesCheck(allowedBranches),
Expand Down

0 comments on commit c2bc15c

Please sign in to comment.