This document outlines the definition of file metrics for YAML.
The max_nesting_level metric quantifies the deepest level of array (annotated with -
, not [...]
) and object nesting within a YAML file.
Examples: max_nesting_level is:
0
forname: "yaml"
and empty files.2
forname: - firstname: "Hans"
0
forname: | firstname lastname
see README.md