-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
Description
Is your feature request related to a problem? Please describe.
I was playing with linter and nowarn_bif_clash option is really confusing me. Documentations says it not only deprecated, but fully removed and results in an error. However, that option (bif_clash) is used in a lot of places in erl_lint.erl. Why is it used? Is warn_bif_clash legal?
Describe the solution you'd like
If it's unused, I'd like to remove code that uses those options. If it's used, it should be documented why.
Describe alternatives you've considered
None
Additional context
Eager to make a PR