[dpdk-dev] [PATCH v10 0/3] devtools: scripts to count and track symbols
Aaron Conole
aconole at redhat.com
Wed Sep 1 21:04:33 CEST 2021
Stephen Hemminger <stephen at networkplumber.org> writes:
> On Wed, 01 Sep 2021 08:31:27 -0400
> Aaron Conole <aconole at redhat.com> wrote:
>
>> $ flake8 ./usertools/dpdk-devbind.py | sed 's at ./usertools/dpdk-devbind.py[:0-9]* @@' | sort -u
>> E128 continuation line under-indented for visual indent
>> E302 expected 2 blank lines, found 1
>> E305 expected 2 blank lines after class or function definition, found 1
>> E501 line too long (105 > 79 characters)
>> E501 line too long (80 > 79 characters)
>> E501 line too long (82 > 79 characters)
>> E501 line too long (83 > 79 characters)
>> E501 line too long (84 > 79 characters)
>> E501 line too long (85 > 79 characters)
>> E501 line too long (86 > 79 characters)
>> E501 line too long (91 > 79 characters)
>
> Current practice on many projects has allowed lines up to 100 characters.
It is probably okay to run with '--ignore=E501' (which will squelch the
character limit).
More information about the dev
mailing list