Package naming convention
Reports package names that do not follow the naming conventions.
You can specify the required pattern in the inspection options.
Recommended naming conventions: names of packages are always lowercase and should not contain underscores.
Example:
org.example.project
Using multi-word names is generally discouraged, but if you do need to use multiple words, you can either just concatenate them together or use camel case
Example:
org.example.myProject
- By ID
Can be used to locate inspection in e.g. Qodana configuration files, where you can quickly enable or disable it, or adjust its settings.
PackageName
Here you can find the description of settings available for the Package naming convention inspection, and the reference of their default values.
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Kotlin, 243.23126-IJ |
Thanks for your feedback!