Commit df91580c authored by Grzegorz Bizon's avatar Grzegorz Bizon

Do not support inverse variable pattern matching

parent 7babc59e
......@@ -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 = {})
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment