Skip to content

Commit

Permalink
"--extension-pkg-whitelist=cv2" \
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Jul 4, 2024
1 parent 53d62e4 commit 8003df1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actions/pylint/run_pylint.bash
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,12 @@ if test -n "$SPELL_LANG"; then
pylint --output-format=colorized "--disable=$DISABLE_CATS" \
--persistent=no "--jobs=$JOBS" "--rcfile=$RC" \
"--spelling-dict=$SPELL_LANG" "--spelling-private-dict-file=$dict" \
"--extension-pkg-whitelist=cv2" \
$PACKAGES
else
pylint --output-format=colorized "--disable=$DISABLE_CATS" \
--persistent=no "--jobs=$JOBS" "--rcfile=$RC" \
"--extension-pkg-whitelist=cv2" \
$PACKAGES
fi

Expand Down

0 comments on commit 8003df1

Please sign in to comment.