From 1588879fd8c1ca0039de4aa5eaad2eac2f5a008b Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Feb 21 2019 07:58:24 +0000 Subject: Re-enable checks, missing parameter --- diff --git a/python-pycodestyle.spec b/python-pycodestyle.spec index 3d61883..6b061be 100644 --- a/python-pycodestyle.spec +++ b/python-pycodestyle.spec @@ -81,10 +81,10 @@ install -D docs/_build/man/%{module_name}.1 %{buildroot}%{_mandir}/man1/%{module %check -# %{__python2} pycodestyle.py --testsuite testsuite -%{__python2} pycodestyle.py --doctest -# %{__python3} pycodestyle.py --testsuite testsuite -%{__python3} pycodestyle.py --doctest +%{__python2} pycodestyle.py --max-doc-length=72 --testsuite testsuite +%{__python2} pycodestyle.py --max-doc-length=72 --doctest +%{__python3} pycodestyle.py --max-doc-length=72 --testsuite testsuite +%{__python3} pycodestyle.py --max-doc-length=72 --doctest %files -n python2-%{module_name}