Commit Graph

5 Commits

Author SHA1 Message Date
Xavier Delaruelle
a1b82e75c2 Use Hunspell spell checker instead of Aspell
Following upcoming recommendation of Fedora to depreciate Aspell and
migrate to Hunspell [1]. Update documentation and scripts to use
Hunspell.

[1] https://fedoraproject.org/wiki/Changes/AspellDeprecation
2023-06-01 22:05:52 +02:00
Lukáš Zaoral
d018f7a9e6 lint(ShellCheck): fix SC2086 info diagnostic
Some variables, that were unquoted intentionally were converted to arrays.

According to ShellCheck's documentation:

Quoting variables prevents word splitting and glob expansion, and prevents
the script from breaking when input contains spaces, line feeds, glob
characters and such.

Related: https://www.shellcheck.net/wiki/SC2086
Related: #470
2022-09-02 09:52:05 +02:00
Xavier Delaruelle
db43f9815b script: update pre-commit to spell check docs with Aspell 2022-03-05 09:37:41 +01:00
Xavier Delaruelle
f45d8b6375 script: pre-commit warn if codespell not installed 2022-03-05 09:37:41 +01:00
Xavier Delaruelle
ff6a1362b7 script: add pre-commit script to verify commits 2022-03-02 07:31:30 +01:00