(path string)
| 336 | } |
| 337 | |
| 338 | func isValidExt(path string) bool { |
| 339 | return filepath.Ext(path) == ".yml" || filepath.Ext(path) == ".yaml" |
| 340 | } |
| 341 | |
| 342 | // LoadFilters loads rules from YAML files or URL addresses. |
| 343 | func (f *Filters) LoadFilters() error { |
no outgoing calls
no test coverage detected