Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 481014 - repoman: Whitespace detection has false positives
Summary: repoman: Whitespace detection has false positives
Status: RESOLVED WORKSFORME
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Repoman (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-14 09:21 UTC by Patrick Lauer
Modified: 2014-01-05 21:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Lauer gentoo-dev 2013-08-14 09:21:19 UTC
Whitespace detection has false positives, currently following ebuilds (and maybe others):


   net-dns/djbdns/djbdns-1.05-r28.ebuild: Trailing whitespace error on line: 28
   sys-apps/baselayout-prefix/baselayout-prefix-1.12.14-r1.ebuild: Trailing whitespace error on line: 41
Comment 1 Zac Medico gentoo-dev 2013-08-22 02:28:54 UTC
(In reply to Patrick Lauer from comment #0)
>    net-dns/djbdns/djbdns-1.05-r28.ebuild: Trailing whitespace error on line:
> 28
>    sys-apps/baselayout-prefix/baselayout-prefix-1.12.14-r1.ebuild: Trailing
> whitespace error on line: 41

Both of these unnecessarily escape the new line at the end of a multi-line statement. So, the space between the last work and the backslash appears as trailing whitespace.