Could be the problem is more generic that this, but the plugin currently flags this line on the `-1` location, which should be valid Rego. ```rego is_path(path, x) := path[count(path) - 1] == x ```