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
* Add repo_url_builder keyword arg
* Bump minimum Ruby to 3.1
* Pass repo_url_builder to format_offenses
* Use repo_url_builder to generate the link in the default formatter
* Use head ref for url generation in offense formatter
* Bump to 0.15.0 for change to OffenseFormatter interface
The change is backwards compatible, but sorbet forces everyone to update
their method signature anyway.
* Test generating urls in the custom formatter to ensure it works
---------
Co-authored-by: Ivy Evans <[email protected]>
team_to_work_with=constant_source_package_ownership_info.owning_team ? constant_source_package_ownership_info.markdown_link_to_github_members_no_tag : 'the pack owner'
46
47
privacy_violation_message="- Does API in #{constant_source_package.name}/public support this use case?\n - If not, can we work with #{team_to_work_with} to create and use a public API?\n - If `#{constant_name}` should already be public, try `bin/packs make_public #{constant_location}`."
0 commit comments