lib.fileset: Ignore irrelevant shellcheck warnings

Changed files
+3
lib
+1
lib/fileset/benchmark.sh
···
#!/usr/bin/env nix-shell
#!nix-shell -i bash -p sta jq bc nix -I nixpkgs=../..
+
# shellcheck disable=SC2016
# Benchmarks lib.fileset
# Run:
+2
lib/fileset/tests.sh
···
#!/usr/bin/env bash
+
# shellcheck disable=SC2016
# Tests lib.fileset
# Run:
···
}
# This will trigger when this subshell exits, no matter if successful or not
# After exiting the subshell, the parent shell will continue executing
+
# shellcheck disable=SC2154
trap 'kill "${watcher_PID}"' exit
# Synchronously wait until inotifywait is ready