Do not support inverse variable pattern matching

This commit is contained in:
Grzegorz Bizon 2018-05-15 13:31:45 +02:00
parent 7babc59e47
commit df91580cc4

View file

@ -12,8 +12,7 @@ module Gitlab
%w[variable equals null],
%w[string equals variable],
%w[null equals variable],
%w[variable matches pattern],
%w[pattern matches variable]
%w[variable matches pattern]
].freeze
def initialize(statement, variables = {})