Commit 4e0f86b
committed
The Audio_Playback testcase defines a cleanup() helper that is invoked
indirectly via trap on EXIT/INT/TERM.
ShellCheck reports SC2317 on the pkill call because it cannot see the
trap-based invocation path, but the function is valid and part of the
existing cleanup flow.
Add a targeted SC2317 suppression on cleanup() without changing runtime
behavior.
Signed-off-by: Srikanth Muppandam <smuppand@qti.qualcomm.com>1 parent 8a73568 commit 4e0f86b
1 file changed
Lines changed: 1 addition & 0 deletions
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
| |||
0 commit comments