aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* README: explain how adding new check looks likeArthur Zamarin2024-01-191-0/+55
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* update python versions in various placesArthur Zamarin2024-01-191-3/+3
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* bash: use new tree-sitter-bashArthur Zamarin2023-10-021-1/+1
| | | | | | | Resolves: https://github.com/pkgcore/pkgcheck/issues/613 Resolves: https://github.com/pkgcore/pkgcheck/issues/612 Resolves: https://github.com/pkgcore/pkgcheck/issues/545 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* readme: list tree-sitter-bash as a depThomas Bracht Laumann Jespersen2022-05-021-0/+3
| | | | | Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz> Signed-off-by: Michał Górny <mgorny@gentoo.org>
* github: rename test workflow and drop unnecessary max-parallel settingTim Harder2021-02-271-2/+2
|
* readme: add more dep infoTim Harder2021-02-181-2/+2
|
* readme: simplify scan() args for API usage exampleTim Harder2021-02-181-1/+1
|
* readme: use python code highlightingTim Harder2021-02-131-1/+3
|
* readme: fix typoTim Harder2021-02-131-1/+1
|
* readme: add basic usage infoTim Harder2021-02-131-2/+20
|
* drop py36 and py37 supportTim Harder2020-12-051-1/+1
|
* readme: update install infoTim Harder2020-11-031-2/+6
|
* github: start deploying sphinx built docs to gh-pagesTim Harder2020-01-251-3/+1
|
* readme: update docs and test badges to use github actionsTim Harder2020-01-251-4/+4
|
* readme: add docs badgeTim Harder2020-01-231-1/+3
|
* readme: simplify installing notesTim Harder2020-01-231-10/+2
|
* readme: add optional rdep infoTim Harder2020-01-191-0/+10
| | | | [skip ci]
* readme: clarify required depsTim Harder2019-12-051-3/+5
|
* readme: drop old memory usage noteTim Harder2019-10-301-10/+0
|
* readme: drop the entire, outdated config sectionTim Harder2019-10-011-54/+0
| | | | | An updated config section might be added to the manpage later once config support is reworked.
* readme: replace pconfig configurables with pkgcheck show commandTim Harder2019-08-181-2/+1
|
* pkgcheck: drop -s/--suite supportTim Harder2019-08-051-41/+0
| | | | | Similar support might be brought back later under a simplified format using a pkgcheck specific config file.
* readme: drop pplugincache cmd from installTim Harder2019-07-291-1/+0
| | | | It's done internally during the install.
* update docs for stale_unstable -> stablereq changeTim Harder2019-07-121-2/+2
|
* moving to >=py36 onlyTim Harder2018-06-181-1/+1
| | | | Also, move tests out of module namespace and move to using pytest.
* readme: update git install docs to use pip shimTim Harder2017-09-281-1/+2
|
* readme: drop requirements to use snakeoil/pkgcore git when installing from gitTim Harder2017-09-271-3/+1
| | | | | | | The tests on travis-ci now run against the lastest released version of snakeoil/pkgcore so it should be safe to use that. [skip ci]
* readme: update to note functionality split out into subcommandsTim Harder2017-09-141-6/+6
|
* pkgcheck: split into functionality into subcommands: scan, replay, and showTim Harder2017-09-081-2/+2
|
* readme: replace coveralls coverage badge with codecovTim Harder2017-09-031-2/+2
|
* readme: add tests sectionTim Harder2016-10-301-0/+15
|
* readme: update docs to note removed -o/--overlayed-repo supportTim Harder2016-06-191-23/+4
|
* readme: note that the metadata.xml checks now use lxmlTim Harder2016-06-031-3/+1
|
* doc: fix pplugincache commandTim Harder2015-11-251-2/+3
|
* doc: update installation notesTim Harder2015-11-251-5/+17
|
* remove portdir referencesTim Harder2015-06-221-5/+5
|
* add memory usage note to readme and remove old version matching lineTim Harder2015-04-011-3/+13
|
* add pypi badge to readmeTim Harder2015-04-011-1/+3
|
* add coverage badge to readmeTim Harder2015-03-301-1/+3
|
* rename pcheck script to pkgcheckTim Harder2015-03-291-15/+15
| | | | | | Also rename the pkgcheck/pcheck.py module to pkgcheck/cli.py, using pkgcheck/pkgcheck.py can't easily be done when using absolute imports with the current setup.
* rename module from pkgcore_checks to pkgcheckTim Harder2015-03-191-13/+13
| | | | | This will break any custom configs that might be around but they should be easy to sed or similar.
* add test badge linking to travis-ciTim Harder2015-03-191-0/+5
|
* readme: fix header line lengthTim Harder2014-12-201-3/+3
|
* rename readme file so github renders it properlyTim Harder2014-12-201-0/+140