Hi. rpmlint [1] is slowly reaching the 2.0 milestone. The 2.0 version is quite redesigned and there is lot of changes. I migrated the Fedora config to new toml format and I will welcome any comments proposals and, even better, pull-requests. The configs are here: https://github.com/rpm-software-management/rpmlint/tree/master/configs/Fedor... It can be run from the git chekcout as: python3 lint.py --config configs/Fedora/ and it reads all toml files in that directory. The most interesting is `fedora.toml`: https://github.com/rpm-software-management/rpmlint/blob/master/configs/Fedor... There are lots of lines which are commented out. They come from openSUSE configs [2] It would be nice if someone can review whether these warnings make sense in Fedora context and either enable it (by removing the hashtag) or remove the line entirely.
I am adding rpmlint-owners to cc as it would be nice to prepare Copr repo with git snapshot version so other projects using rpmlint can accommodate in advance (I am looking at fedora-review).
[1] https://github.com/rpm-software-management/rpmlint [2] https://github.com/rpm-software-management/rpmlint/blob/master/configs/openS...
packaging@lists.fedoraproject.org