-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SMFIT-984: Adding Xcode Warnings to PR #119
Conversation
commons/smf_danger/Dangerfile
Outdated
end | ||
} | ||
|
||
xcode_summary.report 'build/reports/errors.json' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
does this ignore a missing file in case of android?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good question. @UrsKahmann might want to check that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added check so its only executed if the file exists
Added new plugin danger-xcode-summary to add xcode warnings to the PRs. This will only show warnings for .swift files. The warnings should also be inline after this is merged.