Add new `Lint/DeprecatedConstants` cop by koic · Pull Request #9324 · rubocop/rubocop

This PR adds new Lint/DeprecatedConstants cop. This cop checks for deprecated constants. It has DeprecatedConstants option. If there is an alternative method, you can set the value as a string. Or ...