[dpdk-dev] [PATCH v10 0/3] devtools: scripts to count and track symbols
Stephen Hemminger
stephen at networkplumber.org
Wed Sep 1 19:17:57 CEST 2021
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.
More information about the dev
mailing list