Reports erroneous relations in Docker Compose files.
According to the Compose file specification, certain fields may be invalid depending on the other key-value pairs and may cause errors.
For example, one such relation is volume source field, which is invalid when the volume type is tmpfs.