Remove Ruby compile warning in internal plugin helper
What does this MR do and why?
This MR removes the following Ruby compile warnings:
$ ruby -wc spec/danger/plugins/internal/helper_spec.rb
spec/danger/plugins/internal/helper_spec.rb:13: warning: character class has duplicated range: /\A[added]/
spec/danger/plugins/internal/helper_spec.rb:13: warning: character class has duplicated range: /\A[modified]/
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Peter Leitzen