Skip to content

Commit

Permalink
meson: Don't fail codestyle, due to meson scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
slyon committed Aug 10, 2023
1 parent e94486a commit 3e168ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ test('linting',
test('codestyle',
pycodestyle,
timeout: 100,
args: ['--max-line-length=130', '--exclude=doc/env', meson.current_source_dir()])
args: ['--max-line-length=130', '--exclude=doc/env,*meson-private/pycompile.py', meson.current_source_dir()])
test('documentation',
find_program('tests/validate_docs.sh'),
timeout: 100,
Expand Down

0 comments on commit 3e168ab

Please sign in to comment.