This: ```xml <suppress files=".+\.[jar|git|ico|p12|svg|png]" checks=".*" /> ``` Should be this: ```xml <suppress files=".+\.(jar|git|ico|p12|svg|png)" checks=".*" /> ```