From 40d98e4f4299e6da6455ff415d961de73db39e27 Mon Sep 17 00:00:00 2001
From: David Robillard <d@drobilla.net>
Date: Mon, 3 Apr 2023 09:00:38 -0400
Subject: Add pylint test

---
 doc/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'doc')

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')
-- 
cgit v1.2.1