Acronyms.yml 821 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. extends: conditional
  2. message: "Spell out '%s', if it's unfamiliar to the audience."
  3. link: 'https://developers.google.com/style/abbreviations'
  4. level: suggestion
  5. ignorecase: false
  6. # Ensures that the existence of 'first' implies the existence of 'second'.
  7. first: '\b([A-Z]{3,5})\b'
  8. second: '(?:\b[A-Z][a-z]+ )+\(([A-Z]{3,5})\)'
  9. # ... with the exception of these:
  10. exceptions:
  11. - API
  12. - ASP
  13. - CLI
  14. - CPU
  15. - CSS
  16. - CSV
  17. - DEBUG
  18. - DOM
  19. - DPI
  20. - FAQ
  21. - GCC
  22. - GDB
  23. - GET
  24. - GPU
  25. - GTK
  26. - GUI
  27. - HTML
  28. - HTTP
  29. - HTTPS
  30. - IDE
  31. - JAR
  32. - JSON
  33. - JSX
  34. - LESS
  35. - LLDB
  36. - NET
  37. - NOTE
  38. - NVDA
  39. - OSS
  40. - PATH
  41. - PDF
  42. - PHP
  43. - POST
  44. - RAM
  45. - REPL
  46. - RSA
  47. - SCM
  48. - SCSS
  49. - SDK
  50. - SQL
  51. - SSH
  52. - SSL
  53. - SVG
  54. - TBD
  55. - TCP
  56. - TODO
  57. - URI
  58. - URL
  59. - USB
  60. - UTF
  61. - XML
  62. - XSS
  63. - YAML
  64. - ZIP