public class PackageNaming
Reports when package names which do not follow the specified naming convention are used.
Modifier and Type | Class and Description |
---|---|
static class |
PackageNaming.Companion |
Modifier and Type | Field and Description |
---|---|
static PackageNaming.Companion |
Companion |
static java.lang.String |
PACKAGE_PATTERN |
Constructor and Description |
---|
PackageNaming(io.gitlab.arturbosch.detekt.api.Config config)
Reports when package names which do not follow the specified naming convention are used.
|
PackageNaming()
Reports when package names which do not follow the specified naming convention are used.
|
Modifier and Type | Method and Description |
---|---|
io.gitlab.arturbosch.detekt.api.Issue |
getIssue() |
void |
visitPackageDirective(org.jetbrains.kotlin.psi.KtPackageDirective directive) |
public static java.lang.String PACKAGE_PATTERN
public static PackageNaming.Companion Companion
public PackageNaming(io.gitlab.arturbosch.detekt.api.Config config)
Reports when package names which do not follow the specified naming convention are used.
public PackageNaming()
Reports when package names which do not follow the specified naming convention are used.