v2.3.0
What's Changed
Improvements
Credo doesn't warn about alias lifting for behaviour, use, import
directives (unless there are aliases inside opts). Therefore, to match credo:
- Don't lift
behaviour
aliases at all. - Only lift
use
andimport
aliases if they were going to be lifted anyways (credo wouldn't yell either way, but it seems sensible to lift an alias if it's already lifted).
Full Changelog: v2.2.0...v2.3.0