Reports a mismatch between a scalar value type in YAML file and types of the values in the similar positions.

Example:


myElements:
  - value1
  - value2
  - false # <- reported, because it is a boolean value, while other values are strings