Skip to content

Commit

Permalink
Makefile: Skip newly added R0917
Browse files Browse the repository at this point in the history
disable too-many-positional-arguments (R0917) in our CI as we don't
intend to refactor the code to use named arguments instead.

Signed-off-by: Lukáš Doktor <ldoktor@redhat.com>
  • Loading branch information
ldoktor committed Oct 15, 2024
1 parent 33fd20e commit ddc3f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ rpm-release: srpm-release
mock -r $(MOCK_CONFIG) --resultdir BUILD/RPM -D "rel_build 1" --rebuild BUILD/SRPM/python-aexpect-$(VERSION)-*.src.rpm

check: clean
inspekt checkall --disable-lint R0205,W4901,W0703,W0511 --exclude .venv*
inspekt checkall --disable-lint R0917,R0205,W4901,W0703,W0511 --exclude .venv*
$(PYTHON) setup.py develop $(PYTHON_DEVELOP_ARGS)
$(PYTHON) setup.py test

Expand Down

0 comments on commit ddc3f71

Please sign in to comment.