Skip to content

Commit

Permalink
changed pylint rc file
Browse files Browse the repository at this point in the history
  • Loading branch information
mehulgoel873 committed Oct 17, 2024
1 parent 99e2249 commit 6a8491a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
echo "No files to lint"
else
echo "Running Linter!"
pylint --rc-file=/home/runner/work/RoboBuggy2/RoboBuggy2/.github/workflows/.pylintrc $tmp_pfiles
pylint --rc-file=/home/runner/work/robobuggy-software/robobuggy-software/.github/workflows/.pylintrc $tmp_pfiles
fi

0 comments on commit 6a8491a

Please sign in to comment.