We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de3468 commit 386bb12Copy full SHA for 386bb12
fastlane/Fastfile
@@ -547,7 +547,7 @@ lane :copyright do
547
end
548
549
lane :validate_public_interface do
550
- next unless is_check_required(sources: sources_matrix[:public_interface], force_check: @force_check)
+ # next unless is_check_required(sources: sources_matrix[:public_interface], force_check: @force_check)
551
552
# Run the analysis on the current branch
553
original_branch = current_branch
0 commit comments