Skip to content

Commit

Permalink
Fix lint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
drobilla committed Feb 10, 2025
1 parent 093bd93 commit 45e6baf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Sun, 19 Jan 2025 14:34:33 +0000
-- David Robillard <[email protected]> Mon, 10 Feb 2025 17:55:54 +0000

sratom (0.6.18) stable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion test/lint/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright 2021-2024 David Robillard <[email protected]>
# 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)
Expand Down

0 comments on commit 45e6baf

Please sign in to comment.