Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/java/review/importDotStarReviewer"

Index

Variables

Const ImportDotStar

ImportDotStar: "Lazy import" = "Lazy import"

Const ImportDotStarReviewer

ImportDotStarReviewer: ReviewerRegistration = patternMatchReviewer(ImportDotStar,{globPattern: JavaAndKotlinSource,severity: "info",category: CloudNative,subcategory: ImportDotStar,},{name: ImportDotStar,antiPattern: /import .*\.\*/,comment: "Don't import .*. Import types individually",},)

Flag lazy imports such as "import * from java.io"

type

{ReviewerRegistration}

Generated using TypeDoc