Skip to content

Commit 8fd7a8f

Browse files
committed
Resolving comments:
1 parent e62ab23 commit 8fd7a8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-quality-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
id: pylint
4444
continue-on-error: true
4545
run: |
46-
echo "Running pylint with threshold 8.5..."
47-
python -m pylint --fail-under=8.5 --disable=fixme,no-member,too-many-arguments,too-many-positional-arguments,invalid-name,useless-parent-delegation --output-format=colorized mssql_python
46+
echo "Running pylint (configuration from pyproject.toml)..."
47+
python -m pylint --output-format=colorized mssql_python
4848
echo "pylint_status=$?" >> $GITHUB_ENV
4949
5050
- name: Run C++ Linter

0 commit comments

Comments
 (0)