(m string)
| 262 | } |
| 263 | |
| 264 | func (c *Config) isModuleEnabled(m string) bool { |
| 265 | return slices.Contains(c.Target, m) |
| 266 | } |
| 267 | |
| 268 | // validateYAMLEmptyNodes ensure that no empty node has been specified in the YAML config file. |
| 269 | // When an empty node is defined in YAML, the YAML parser sets the whole struct to its zero value |
no outgoing calls
no test coverage detected