diff options
author | 2023-01-14 20:44:39 +0500 | |
---|---|---|
committer | 2023-02-01 12:03:43 +0100 | |
commit | 8abf42d2035374df1c87cb1b26039393c807ddd5 (patch) | |
tree | efbd2f0ba219958f28e1b8be937c997a36468af3 /Makefile | |
parent | plugin/newebuild.vim: adjust dev-java template (diff) | |
download | gentoo-syntax-8abf42d2035374df1c87cb1b26039393c807ddd5.tar.gz gentoo-syntax-8abf42d2035374df1c87cb1b26039393c807ddd5.tar.bz2 gentoo-syntax-8abf42d2035374df1c87cb1b26039393c807ddd5.zip |
pkgcheck: add new ALE linterv6
Signed-off-by: Anna Vyalkova <cyber+gentoo@sysrq.in>
Closes: https://github.com/gentoo/gentoo-syntax/pull/52
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ PREFIX = ${HOME}/.vim/ files = $(wildcard \ + ale_linters/* \ doc/* \ ftdetect/* \ ftplugin/* \ |