-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Tooling] Setting up Danger #534
Conversation
📲 You can test the changes from this Pull Request in Gravatar SwiftUI Prototype Build by scanning the QR code below to install the corresponding build.
|
📲 You can test the changes from this Pull Request in Gravatar UIKit Prototype Build by scanning the QR code below to install the corresponding build.
|
github.dismiss_out_of_range_messages | ||
|
||
# `files: []` forces rubocop to scan all files, not just the ones modified in the PR | ||
# `skip_bundle_exec` prevents RuboCop from running using `bundle exec`, which we don't want on the linter agent |
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.
Unrelated to this PR, but now that the new standard is to use the linter agent for all repos that are using Dangermattic
, I wonder if skip_bundle_exec: true
shouldn't be the new default for this Dangermattic action 🤔
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.
This call is actually from danger-rubocop
itself, but I agree, and this is something I remember thinking / discussing with someone else a while ago. files: []
can also be a default. Perhaps we can add in Dangermattic a helper or a patch to the Rubocop plugin adding these defaults.
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.
Thank you!
Co-authored-by: Olivier Halligon <[email protected]>
We can close #533 after merging this. |
Description
PR setting up Danger and Dangermattic checks in the repo.
See pdnsEh-1TU-p2.
Testing Steps