]> git.ipfire.org Git - thirdparty/git.git/commit
git-p4: sort and de-duplcate pylint disable list
authorJoel Holdsworth <jholdsworth@nvidia.com>
Fri, 1 Apr 2022 14:24:49 +0000 (15:24 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 1 Apr 2022 20:15:43 +0000 (13:15 -0700)
commit794bb28d2a9853fa998c795120729277b17e047f
treea507f95cb2168d140d5731cba7964c96f8c23130
parent9084961b2ab74010fa4efb88f72559b3ede5603a
git-p4: sort and de-duplcate pylint disable list

git-p4 contains configuration commands for pylint embedded in the header
comment.

Previously, these were combined onto single lines and not alphabetically
sorted. This patch breaks each disable command onto a separate line to
give cleaner diffs, removed duplicate entries, and sorts the list
alphabetically.

Signed-off-by: Joel Holdsworth <jholdsworth@nvidia.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-p4.py