mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-01-24 15:26:36 -06:00
chore: move codespell configuration in its own file
Rather than passing the various bits for codespell when running it via meson, create a configuration file for them. This way it will be possible to run codespell manually getting the same results. There is no change to the actual codespell configuration. Signed-off-by: Pino Toscano <ptoscano@redhat.com>
This commit is contained in:
parent
412c5d1ad3
commit
2724194c87
3
.codespellrc
Normal file
3
.codespellrc
Normal file
@ -0,0 +1,3 @@
|
||||
[codespell]
|
||||
ignore-words = tests/data/codespell_dict.txt
|
||||
skip = *.pyc,*.iso,*.xml,NEWS.md
|
@ -55,8 +55,6 @@ if codespell_prog.found()
|
||||
'codespell',
|
||||
codespell_prog,
|
||||
args: [
|
||||
'--ignore-words', 'tests/data/codespell_dict.txt',
|
||||
'--skip', '*.pyc,*.iso,*.xml,NEWS.md',
|
||||
spell_files,
|
||||
],
|
||||
workdir: meson.project_source_root(),
|
||||
|
Loading…
Reference in New Issue
Block a user