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