codespell.yaml 227 B

12345678910
  1. ---
  2. name: codespell
  3. command: |-
  4. echo Fix spelling errors
  5. codespell -ws -i0 -q15 -S "*.po,*.pot"
  6. exit 0
  7. mode: propose
  8. merge-request:
  9. commit-message: Fix spelling errors in code
  10. description: Fix spelling errors in code