Skip to content

Commit

Permalink
selftests: mptcp: add shellcheck.sh
Browse files Browse the repository at this point in the history
add shellcheck.sh

Signed-off-by: Geliang Tang <[email protected]>
  • Loading branch information
geliangtang authored and Geliang Tang committed Mar 16, 2024
1 parent 245934a commit 239b7cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/testing/selftests/net/mptcp/shellcheck.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash

# shellcheck disable=SC2035
shellcheck -s bash -x *.sh

0 comments on commit 239b7cd

Please sign in to comment.