diff --git a/src/validator/en.json b/src/validator/en.json index 0e2421f3..47d14c3a 100644 --- a/src/validator/en.json +++ b/src/validator/en.json @@ -56,6 +56,5 @@ "shouldUseConditionalExpression": "Bad usage of if! You must return the condition itself without using if.", "shouldUseOverrideKeyword": "Method should be marked as override, since it overrides a superclass method", "shouldUseSelfAndNotSingletonReference": "Don't use the name within the object. Use 'self' instead.", - "superclassShouldBeLastInLinearization": "Bad Linearization: superclass should be last in linearization", - "shouldNotRedefineIdentity": "Identity '===' operator should not be overriden." + "superclassShouldBeLastInLinearization": "Bad Linearization: superclass should be last in linearization" } diff --git a/src/validator/es.json b/src/validator/es.json index 385b3530..2967cc51 100644 --- a/src/validator/es.json +++ b/src/validator/es.json @@ -56,6 +56,5 @@ "shouldUseConditionalExpression": "Estás usando incorrectamente el if. Devolvé simplemente la expresión booleana.", "shouldUseOverrideKeyword": "Debería marcarse el método con 'override', ya que sobrescribe el de sus superclases", "shouldUseSelfAndNotSingletonReference": "No debe usar el nombre del objeto dentro del mismo. Use 'self'.", - "superclassShouldBeLastInLinearization": "Linearización: la superclase debería estar última en linearización", - "shouldNotRedefineIdentity": "No se debe redefinir el operador de identidad '==='." + "superclassShouldBeLastInLinearization": "Linearización: la superclase debería estar última en linearización" }