We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aec153 commit 45d1e01Copy full SHA for 45d1e01
1 file changed
scripts/line-length-check-added-lines.sh
@@ -106,9 +106,12 @@ while IFS= read -r entry; do
106
^[[:space:]]*return[[:space:]]+Java_com_wolfssl_.* ]]; then
107
jni_skip=1
108
elif [[ "$line_text" =~ \
109
- ^[[:space:]]*\(JNIEnv\*[[:space:]]+env.*\) ]]; then
+ ^[[:space:]]*\(JNIEnv[[:space:]]*\* ]]; then
110
111
- elif [[ "$line_text" =~ ^[[:space:]]*JNIEnv\*[[:space:]]+env.* ]]; then
+ elif [[ "$line_text" =~ ^[[:space:]]*JNIEnv[[:space:]]*\* ]]; then
112
+ jni_skip=1
113
+ elif [[ "$line_text" =~ \
114
+ ^[[:space:]]*\*[[:space:]]+Signature: ]]; then
115
116
fi
117
0 commit comments