Skip to content

Improve and simplify metadata filtering.

gitlab-qa-bot requested to merge myron/simplify-metadata-filtering into master

Created by: myronmarston

  • Get the value from the metadata hash only once instead of multiple times using metadata[key].
  • Try === method instead of treating regular expressions as special.

Merge request reports