diff options
author | David Robillard <d@drobilla.net> | 2025-02-10 12:56:03 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2025-02-10 12:56:03 -0500 |
commit | 45e6baf2e076b1d8ee5ca4aaa8b905c33e18f3b4 (patch) | |
tree | c42bdbc1a92e3506c849bdae23807d7f7ebd8ef2 | |
parent | 093bd93e5db5ecd3355792598291fde0d030133f (diff) | |
download | sratom-45e6baf2e076b1d8ee5ca4aaa8b905c33e18f3b4.tar.gz sratom-45e6baf2e076b1d8ee5ca4aaa8b905c33e18f3b4.tar.bz2 sratom-45e6baf2e076b1d8ee5ca4aaa8b905c33e18f3b4.zip |
Fix lint checks
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | test/lint/meson.build | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -1,9 +1,10 @@ sratom (0.6.19) unstable; urgency=medium * Avoid use of scanf when reading MIDI events + * Fix lint checks * Improve code quality - -- David Robillard <d@drobilla.net> Sun, 19 Jan 2025 14:34:33 +0000 + -- David Robillard <d@drobilla.net> Mon, 10 Feb 2025 17:55:54 +0000 sratom (0.6.18) stable; urgency=medium diff --git a/test/lint/meson.build b/test/lint/meson.build index 9aaa339..8a89015 100644 --- a/test/lint/meson.build +++ b/test/lint/meson.build @@ -1,7 +1,7 @@ # Copyright 2021-2024 David Robillard <d@drobilla.net> # SPDX-License-Identifier: 0BSD OR ISC -all_sources = sources + test_sratom_source + test_headers_source +all_sources = sources + test_sratom_source # Check licensing metadata reuse = find_program('reuse', required: false) |