gentoo / gentoo-syntax

[MIRROR] Gentoo Ebuild, Eclass, GLEP, ChangeLog and Portage Files syntax highlighting, filetype and indent settings for Vim
https://gitweb.gentoo.org/proj/gentoo-syntax.git
Other
27 stars 29 forks source link

Add ALE linter support #52

Closed CyberTailor closed 1 year ago

CyberTailor commented 1 year ago

Check ebuilds asynchronously!

mgorny commented 1 year ago

Thanks! I'm going to trust you on this and merge it without testing.

mgorny commented 1 year ago

Actually, could you add your signoff, please? This is a bit large-ish to be merged without.

CyberTailor commented 1 year ago

Done.

floppym commented 1 year ago

This appears to have broken make install.

% make PREFIX=/home/floppym/.config/nvim install
mkdir -p "/home/floppym/.config/nvim/ale_linters/"
mkdir -p "/home/floppym/.config/nvim/doc/"
mkdir -p "/home/floppym/.config/nvim/ftdetect/"
mkdir -p "/home/floppym/.config/nvim/ftplugin/"
mkdir -p "/home/floppym/.config/nvim/indent/"
mkdir -p "/home/floppym/.config/nvim/plugin/"
mkdir -p "/home/floppym/.config/nvim/syntax/"
mkdir -p "/home/floppym/.config/nvim/syntax_checkers/"
cp "ale/linters/ebuild" "/home/floppym/.config/nvim/ale/linters/ebuild"
cp: cannot stat 'ale/linters/ebuild': No such file or directory
make: *** [Makefile:30: install-file-ale_linters_ebuild] Error 1
msva commented 1 year ago

probably, can be fixed with changing "ale_linters" to "ale-linnters" or just "ale"

// I'll test when I'd have spare time