Skip to content

Commit

Permalink
Tweak matcher
Browse files Browse the repository at this point in the history
  • Loading branch information
obscurerichard committed May 14, 2024
1 parent 9768775 commit 846ac86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions bin/install_packages
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
fawltydeps_version=$1
requirements_files=$2

echo "::group::Install isort"
echo "::group::Install fawltydeps"
if [ -z "$fawltydeps_version" ] || [ "$fawltydeps_version" == "latest" ]; then
echo "Installing latest version of fawltydeps"
python3 -m pip install "fawltydeps[requirements_deprecated_finder,pipfile_deprecated_finder]"
else
echo "Installing isort==$fawltydeps_version"
echo "Installing fawltydeps==$fawltydeps_version"
python3 -m pip install "fawltydeps[requirements_deprecated_finder,pipfile_deprecated_finder]==$fawltydeps_version"
fi
echo "::endgroup::"
Expand Down
4 changes: 0 additions & 4 deletions fawltydeps-matcher.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
{
"owner": "fawltydeps-matcher",
"pattern": [
{
"regexp": "(These imports appear to be .* dependencies):$",
"message": 1
},
{
"regexp": "^- '([^']+)' imported at:$",
"message": 1
Expand Down

0 comments on commit 846ac86

Please sign in to comment.