{
final DefaultConfiguration filterConfig =
createFilterConfig(SuppressWithNearbyCommentFilter.class);
filterConfig.addAttribute("commentFormat", "ALLOW (\\w+) UNTIL THIS LINE([+-]\\d+)");
filterConfig.addAttribute("checkFormat", "$1");
filterConfig.addAttribute("influenceFormat", "$2");
final String[] suppressed = {
"35:30: Name 'e4' must match pattern '^[A-Z][A-Z0-9]*(_[A-Z0-9]+)*$'.",
"36:17: Name 'E5' must match pattern '^[a-z][a-zA-Z0-9]*$'.",
"38:17: Name 'E7' must match pattern '^[a-z][a-zA-Z0-9]*$'.",
"39:17: Name 'E8' must match pattern '^[a-z][a-zA-Z0-9]*$'.",