inaka / elvis_core

The core of an Erlang linter
Other
61 stars 56 forks source link

Drop support for OTP versions below 23. #303

Closed elbrujohalcon closed 1 year ago

elbrujohalcon commented 1 year ago

Basically set minimum_otp_version to 23 and remove all the -if(?OTP_RELEASE >= 23). switches from everywhere.

paulo-ferraz-oliveira commented 1 year ago

We should probably think about adding a badge to the README, but I'm not sure how easily maintainable that'll be.

paulo-ferraz-oliveira commented 1 year ago

e.g. rebar3 has this

image