Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lib/spring/review/hardcodedPropertyReviewer"

Index

Variables

Const HardcodePropertyCategory

HardcodePropertyCategory: "Hardcoded properties" = "Hardcoded properties"

Const PropertyKeysToCheck

PropertyKeysToCheck: string[] = ["server.port","spring.datasource.url","spring.datasource.username","spring.datasource.password",]

Functions

badPropertiesIn

  • badPropertiesIn(p: Project, f: ProjectFile): Promise<ReviewComment[]>

badPropertiesStrings

  • badPropertiesStrings(p: Project): Promise<ReviewComment[]>

hardcoded

  • hardcoded(value: string): boolean

Object literals

Const HardcodedPropertyReviewer

HardcodedPropertyReviewer: object

Reviewer that finds hard-coded properties

name

name: string = HardcodePropertyCategory

pushTest

pushTest: PredicatePushTest = HasSpringBootApplicationClass

inspection

  • inspection(project: Project): Promise<object>

Generated using TypeDoc