Please use %0 if you need to refer to the entire string. While Lua 5.1 allows %1 as a special case to refer to the entire string when the pattern doesn’t have captures, it can be error prone when referring to the capture was desired instead, so our linter warns on this.