Skip to content

Commit

Permalink
Update Fastfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ppraveentr authored Oct 25, 2024
1 parent 45e56a6 commit a4778fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a4778fe

Please sign in to comment.