You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can get which line was modified and show it in the PR, but still have the report, what I want is to pass the modified/created files and get only the new warning introduced or prevent to create the report in the PR and I can handle the message.
The text was updated successfully, but these errors were encountered:
You probably want to run SwiftLint in-memory on the old version of the app, then run it on the new version of the app - compare the results and remove anything which isn't within the diff
There's enough info in the DSL to do that, you'd just need to look into how to run SwiftLint on the old files (or store the last results somewhere and pick that up)
I can get which line was modified and show it in the PR, but still have the report, what I want is to pass the modified/created files and get only the new warning introduced or prevent to create the report in the PR and I can handle the message.
The text was updated successfully, but these errors were encountered: