From a4778fe653d18c8bbc48d1253db40a30d032ed65 Mon Sep 17 00:00:00 2001 From: Praveen P Date: Fri, 25 Oct 2024 18:23:45 -0400 Subject: [PATCH] Update Fastfile --- fastlane/Fastfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fastlane/Fastfile b/fastlane/Fastfile index a7c48be..7ca426d 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -16,7 +16,8 @@ lane :lint do swiftlint( mode: :lint, output_file: 'reports/swiftlint.txt', - config_file: '.swiftlint.yml' + config_file: '.swiftlint.yml', + ignore_exit_status: true ) end