Skip to content

Commit

Permalink
Suppress warnings about expansions inside ${..}
Browse files Browse the repository at this point in the history
Signed-off-by: Alexey Gladkov <[email protected]>
  • Loading branch information
legionus committed Feb 14, 2022
1 parent d9a39a5 commit 96b0704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ verify:
done; exit $$rc; \

verify: SHELLCHECK_DIRS = data features guess tools utils kmodule.deps.d
verify: SHELLCHECK_EXCLUDE = SC1003,SC1090,SC1091,SC2004,SC2006,SC2015,SC2034,SC2086,SC2154
verify: SHELLCHECK_EXCLUDE = SC1003,SC1090,SC1091,SC2004,SC2006,SC2015,SC2034,SC2086,SC2154,SC2295

check-unit:
@testing/units/run
Expand Down

0 comments on commit 96b0704

Please sign in to comment.