diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 1caa2d0e..ca299931 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -8,7 +8,7 @@ platform :ios do desc "Run unit tests and check library" lane :test do scan(workspace: "Pageboy.xcworkspace", scheme: "Pageboy iOS", clean: true) - pod_lib_lint + pod_lib_lint(allow_warnings: true) end desc "Deploy a new version to CocoaPods and GitHub"