sbaudoin / yamllint

YAML Linter written in Java
Apache License 2.0
18 stars 12 forks source link

Use ServiceLoader to load Rule classes instead of Reflections. #40

Closed aalmiray closed 2 years ago

aalmiray commented 2 years ago

Rule loading it's still lazy and cached however broken rules are no longer allowed, see changes in RuleFactoryTest.

Closes #39