DateOrder.yml 240 B

12345678
  1. extends: existence
  2. message: "Always spell out the name of the month."
  3. link: https://docs.microsoft.com/en-us/style-guide/numbers#numbers-in-dates
  4. ignorecase: true
  5. level: error
  6. nonword: true
  7. tokens:
  8. - '\b\d{1,2}/\d{1,2}/(?:\d{4}|\d{2})\b'