Commit Graph

3 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
024fc61bfa script: add commit-msg hook script to check commit msg 2022-03-05 10:54:49 +01:00