Skip to content

Commit

Permalink
revert dictionary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ivojawer committed Dec 30, 2024
1 parent 40a984f commit 25b68dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/validator/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
3 changes: 1 addition & 2 deletions src/validator/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 25b68dd

Please sign in to comment.