Backend.yml 377 B

123456789101112
  1. extends: substitution
  2. message: "Use '%s' instead of '%s'."
  3. level: warning
  4. link: https://docs.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/b/back-end
  5. # Use 'back end' (noun) or 'back-end' (adj).
  6. pos: 'back-end/NN|backend/(?:JJ|NN)|back/\w+ end/JJ|back/(?:JJ|RB) end/\w+'
  7. ignorecase: true
  8. action:
  9. name: replace
  10. swap:
  11. back-end: back end
  12. back end: back-end