diff options
author | David Robillard <d@drobilla.net> | 2023-04-03 09:00:38 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2023-04-06 07:19:10 -0400 |
commit | 40d98e4f4299e6da6455ff415d961de73db39e27 (patch) | |
tree | 90e5a6439db3d1d3e89f00097577851ce7f1ef26 /doc/meson.build | |
parent | ab712f8f0ea58f1a36aced42332ed8d8ffab83d7 (diff) | |
download | serd-40d98e4f4299e6da6455ff415d961de73db39e27.tar.gz serd-40d98e4f4299e6da6455ff415d961de73db39e27.tar.bz2 serd-40d98e4f4299e6da6455ff415d961de73db39e27.zip |
Add pylint test
Diffstat (limited to 'doc/meson.build')
-rw-r--r-- | doc/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/meson.build b/doc/meson.build index ccd9426e..c57751a2 100644 --- a/doc/meson.build +++ b/doc/meson.build @@ -32,7 +32,7 @@ endif mandoc = find_program('mandoc', required: false) mandoc_css = files('mandoc.css') -if not get_option('tests').disabled() +if get_option('lint') stylelint = find_program('stylelint', required: false) if stylelint.found() test('stylelint', stylelint, args: [mandoc_css], suite: 'data') |