Skip to content

Commit 386bb12

Browse files
committed
Test
1 parent 1de3468 commit 386bb12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,7 @@ lane :copyright do
547547
end
548548

549549
lane :validate_public_interface do
550-
next unless is_check_required(sources: sources_matrix[:public_interface], force_check: @force_check)
550+
# next unless is_check_required(sources: sources_matrix[:public_interface], force_check: @force_check)
551551

552552
# Run the analysis on the current branch
553553
original_branch = current_branch

0 commit comments

Comments
 (0)