v0.10.17
·
431 commits
to master
since this release
- EbuildReservedCheck: catch declaration of phase hooks as reserved (@arthurzam, #458)
- GitPkgCommitsCheck: cleanup temporary directories after use, so unless pkgcheck crashes, the
/tmp/tmp-pkgcheck-*.repodirectories will be cleaned (@arthurzam, #449) - GitPkgCommitsCheck: fix crashes when checking commit range which has multiple commits dropping versions from same package (@arthurzam, #460, #461)
- GitPkgCommitsCheck: fix crashes with checking EAPI of ebuilds because of missing
profilesdirectory (@arthurzam, #461) - PythonCheck: when checking for matching
python_check_deps, usepython_gen_cond_depfor ebuilds inheritingpython-single-r1(@arthurzam) - RedundantVersionCheck: consider profile masks for redundancy check (@arthurzam, #466, #465)
- contrib/emacs: run flycheck only when buffer is saved (@parona-source, #464)
- GitCommitsCheck: run all checks sequentially on main process, to mitigate race conditions during parallel calls to
git log(@arthurzam, #326, #454) - PythonCheck: warn about use of
distutils-r1non-PEP517 mode (@mgorny, #467)