Go
Empty declaration
Warning
Code Style
New
Last modified: 03 December 2024Reports empty declarations.
Empty declarations have no effect. If you remove them, you might improve code readability.
Example:
func main() {
const () // empty declaration
}
You can apply the Delete empty declaration quick-fix to remove this declaration.
- 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.
GoEmptyDeclaration
Inspection Details | |
---|---|
By default bundled with: | |
Can be installed with plugin: | Go, 243.23131 |
Thanks for your feedback!
Was this page helpful?