[go: nahoru, domu]

Skip to content

Commit

Permalink
Simplify pylint test definition
Browse files Browse the repository at this point in the history
  • Loading branch information
drobilla committed Jun 23, 2024
1 parent 818de2e commit 9a88802
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions test/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,12 @@ if get_option('lint')
required: false,
)

pylint_scripts = simple_scripts
pylint_args = ['--disable', 'bad-option-value'] + simple_scripts
if plot_py.found()
pylint_scripts += plot_scripts
pylint_args += plot_scripts
endif

pylint_args = ['--disable', 'bad-option-value']
test('pylint', pylint, args: pylint_args + pylint_scripts, suite: 'scripts')
test('pylint', pylint, args: pylint_args, suite: 'scripts')
endif

# Check Turtle formatting with serdi
Expand Down

0 comments on commit 9a88802

Please sign in to comment.