aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna “CyberTailor” <cyber@sysrq.in>2022-02-18 23:07:26 +0500
committerMichał Górny <mgorny@gentoo.org>2022-02-21 19:15:00 +0100
commit7e8691060c2a5a1aae36334cd6bc0c2c597e5521 (patch)
treef46640b7f26670575e09a5b0b7bbf9a4007cd318 /Makefile
parentsyntax/gentoo-make-conf: add ALLOW_TEST (diff)
downloadgentoo-syntax-7e8691060c2a5a1aae36334cd6bc0c2c597e5521.tar.gz
gentoo-syntax-7e8691060c2a5a1aae36334cd6bc0c2c597e5521.tar.bz2
gentoo-syntax-7e8691060c2a5a1aae36334cd6bc0c2c597e5521.zip
pkgcheck: add new Syntastic checker
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in> Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8e170fd..87daee1 100644
--- a/Makefile
+++ b/Makefile
@@ -13,6 +13,7 @@ files = $(wildcard \
indent/* \
plugin/* \
syntax/* \
+ syntax_checkers/* \
)
scripts: ${files}