Skip to content

2.9.0

Latest

Choose a tag to compare

@danigm danigm released this 11 Feb 08:09
2.9.0
5912567

RPMLint 2.9

This is a minor feature release with the following improvements:

RPM Package Handling

  • Permit repeating --rpmlintrc
  • Add checks for atomic update compatibility
  • Remove post-without-tmpfile-creation warning
  • Fix TagsCheck for multiple InvalidRequires

Linting and code quality

  • Improve a bit the code following good practices like: Simplify code by using sorted(), consider-using-sys-exit. use list comprehensions, no-else-return, no-else-raise, consider-using-enumerate, consider-merging-isinstance, consider-using-in, redefined-outer-name, use-implicit-booleaness-not-len, superfluous-parens.

I want to thank the following new contributors for their efforts in this release:
@vil02, @qha, @mtravitzky, @wanggai-kylin and @ikmckenz

Full author list with number of (non-merge) commits:

22	danigm
11	vil02
 7	Daniel Garcia Moreno
 4	Filippo Bonazzi
 2	dependabot[bot]
 2	Ulrik Haugen
 1	wanggai
 1	Marc-Elias Travitzky
 1	Ian McKenzie