Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ end

common_release_checker.check_internal_release_notes_changed(report_type: :message)

android_release_checker.check_modified_strings_on_release
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In #20132, I've noticed in the description:

Added check for translations being changed only on the release branch

Which I think makes sense on WPAndroid?
Though there seems to be a bug in the check itself as it's checking any strings.xml, including the base, and not only the translations. Probably it comes from my misunderstanding of the strings sync process back then.

I've created Automattic/dangermattic#105 to tackle this issue separately to eventually use this check.


view_changes_checker.check

pr_size_checker.check_diff_size(
Expand Down