Class ExcludeGeneratedTestPackages

java.lang.Object
org.infinispan.checkstyle.filters.ExcludeGeneratedTestPackages
All Implemented Interfaces:
com.puppycrawl.tools.checkstyle.api.Filter

public class ExcludeGeneratedTestPackages extends Object implements com.puppycrawl.tools.checkstyle.api.Filter
Excludes generated packages.
  • Constructor Details

    • ExcludeGeneratedTestPackages

      public ExcludeGeneratedTestPackages()
  • Method Details

    • accept

      public boolean accept(com.puppycrawl.tools.checkstyle.api.AuditEvent aEvent)
      Specified by:
      accept in interface com.puppycrawl.tools.checkstyle.api.Filter