pkgcore / pkgcheck

pkgcore-based QA utility for ebuild repos
https://pkgcore.github.io/pkgcheck
BSD 3-Clause "New" or "Revised" License
34 stars 29 forks source link

[Bug]: Typo in WhitespaceFound report #633

Closed leio closed 8 months ago

leio commented 8 months ago

Is there an existing issue for this?

Current Behavior

pkgcheck scan and co report:

  WhitespaceFound: version 44.2-r1: ebuild has leading whitespace on on lines: 109, 110, 112

There is an extra on.

Expected Behavior

  WhitespaceFound: version 44.2-r1: ebuild has leading whitespace on lines: 109, 110, 112

pkgcheck version

pkgcheck 0.10.26

pkgcore version

pkgcore 0.12.23

arthurzam commented 8 months ago

Thank you for finding it