()
| 24 | func (c *yamlToolConfig) Format() Format { return FormatYAML } |
| 25 | |
| 26 | func (c *yamlToolConfig) UserPaths() []string { |
| 27 | return c.spec.resolveUserPaths() |
| 28 | } |
| 29 | |
| 30 | func (c *yamlToolConfig) ProjectPath() string { |
| 31 | if c.spec.projectPath == "" { |
no test coverage detected