GoLand 2020.1 Help

Code Inspections in docker-compose

This topic lists all GoLand code inspections available in docker-compose.

You can toggle specific inspections or change their severity level on the Editor | Inspections page of the Settings/Preferences Ctrl+Alt+S.

InspectionDescriptionDefault Severity
Missing docker-compose YAML keys

This inspection finds missing required keys in `docker-compose` files and highlights them in the editor.

Disabled
Unknown docker-compose YAML keys

This inspection finds unrecognized keys in `docker-compose` files and highlights them in the editor.

Error Error
Unknown docker-compose YAML values

This inspection finds unrecognized values in `docker-compose` files and highlights them in the editor.

Error Error
Last modified: 08 May 2020