$key = 'hello';
if ( defined( $key ) && constant( $key ) === false ) {
gives error WordPressVIPMinimum.Constants.ConstantString.NotCheckingConstantName:
Constant name, as a string, should be used along with defined().
which is wrong, as it is checked with defined.