Skip to content

Commit

Permalink
RPMs matching re-implemented [RHELDST-6392]
Browse files Browse the repository at this point in the history
This rather bigger change moves matching non-modular binary,
debug and source packages to separate class.

This change provides 1:1 functionality as previous code, but is more
robust, reliable and uses better paralellizition and should be also
a bit faster than the previous implementation.

I also removed some unused code, added and improved tests, added
some custom config to pylint in order to pass static checks.
  • Loading branch information
rbikar committed Aug 25, 2021
1 parent 246e913 commit 7ad1cc6
Show file tree
Hide file tree
Showing 8 changed files with 857 additions and 628 deletions.
2 changes: 2 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,6 @@ disable=print-statement,
# skip linting Python 3 features
super-with-arguments,
raise-missing-from,
# skip check for non-snake_case names
invalid-name,

Loading

0 comments on commit 7ad1cc6

Please sign in to comment.