diff options
author | Thomas Bracht Laumann Jespersen <t@laumann.xyz> | 2022-04-26 13:12:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-02 21:11:09 +0200 |
commit | 16d0bc68a7838f516cb16e6c6bebf60f16ad3ac9 (patch) | |
tree | fe0eadfc5f2745e1033f0878ef9731c80cb2c4d8 /README.rst | |
parent | tree-sitter-bash: remove unused binding.cc file (diff) | |
download | pkgcheck-16d0bc68a7838f516cb16e6c6bebf60f16ad3ac9.tar.gz pkgcheck-16d0bc68a7838f516cb16e6c6bebf60f16ad3ac9.tar.bz2 pkgcheck-16d0bc68a7838f516cb16e6c6bebf60f16ad3ac9.zip |
readme: list tree-sitter-bash as a dep
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,8 @@ support in various ways if found on the host system including the following: - git_: supports historical queries for git-based repos and commit-related checks - requests_: supports various network-related checks - Gentoo-PerlMod-Version_: supports Perl package version checks +- tree-sitter-bash_: used in checks that inspect the CST of ebuilds and + eclasess. Must be language version >= 13. Installing ========== @@ -76,6 +78,7 @@ the following:: .. _git: https://git-scm.com/ .. _requests: https://pypi.org/project/requests/ .. _Gentoo-PerlMod-version: https://metacpan.org/release/Gentoo-PerlMod-Version +.. _tree-sitter-bash: https://github.com/tree-sitter/tree-sitter-bash .. _docs: https://pkgcore.github.io/pkgcheck/man/pkgcheck.html .. |pypi| image:: https://img.shields.io/pypi/v/pkgcheck.svg |