Skip to content

Commit

Permalink
fix Dangerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pengyin-shan committed Dec 9, 2022
1 parent bdb07f2 commit 3f64a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dangerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if git.lines_of_code > 50 && has_app_changes && !has_test_changes
warn('There are code changes, but no corresponding tests. ' \
'Please include tests if this PR introduces any modifications in ' \
'behavior. \n
'Ignore this warning if the PR ONLY contains translation.io synced updates.',
Ignore this warning if the PR ONLY contains translation.io synced updates.',
sticky: false)
end

Expand Down

0 comments on commit 3f64a77

Please sign in to comment.