Skip to content

Commit

Permalink
[ci] Pin lintr to <3.0 (#5290)
Browse files Browse the repository at this point in the history
Do not use r-lintr 3.0+
  • Loading branch information
jgiannuzzi authored Jun 14, 2022
1 parent 9be084c commit f96c4ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ if [[ $TASK == "lint" ]]; then
mypy \
pycodestyle \
pydocstyle \
"r-lintr>=2.0"
"r-lintr>=2.0,<3.0"
echo "Linting Python code"
pycodestyle --ignore=E501,W503 --exclude=./.nuget,./external_libs . || exit -1
pydocstyle --convention=numpy --add-ignore=D105 --match-dir="^(?!^external_libs|test|example).*" --match="(?!^test_|setup).*\.py" . || exit -1
Expand Down

0 comments on commit f96c4ce

Please sign in to comment.