2.6.0
New features
- forbidCheckedExceptionInYieldingMethod: denies throwing checked exception within yielding methods are those gets thrown upon iteration, not within method call (#109)
- forbidProtectedEnumMethod: disallows protected methods on enums as those are not extendable anyway (#108)