Logo
Explore Help
Sign In
hasufell/ale
1
0
Fork 0
You've already forked ale
Code Issues Pull Requests Releases Wiki Activity
Files
42192c1593e106922b483e94a738697aa29fa1ce
ale/ale_linters/asciidoc/alex.vim

12 lines
296 B
VimL
Raw Normal View History

Add a linter for alex https://github.com/wooorm/alex Enabled for text-like file formats and documented in README and doc.
2017-12-13 14:19:56 +01:00
" Author: Johannes Wienke <languitar@semipol.de>
" Description: alex for asciidoc files
Make alex a file linter alex does not find its configuration file when using temporary files for input.
2017-12-18 15:26:52 +01:00
call ale#linter#Define('help', {
Add a linter for alex https://github.com/wooorm/alex Enabled for text-like file formats and documented in README and doc.
2017-12-13 14:19:56 +01:00
\ 'name': 'alex',
\ 'executable': 'alex',
Make alex a file linter alex does not find its configuration file when using temporary files for input.
2017-12-18 15:26:52 +01:00
\ 'command': 'alex %s -t',
Add a linter for alex https://github.com/wooorm/alex Enabled for text-like file formats and documented in README and doc.
2017-12-13 14:19:56 +01:00
\ 'output_stream': 'stderr',
\ 'callback': 'ale#handlers#alex#Handle',
Make alex a file linter alex does not find its configuration file when using temporary files for input.
2017-12-18 15:26:52 +01:00
\ 'lint_file': 1,
Add a linter for alex https://github.com/wooorm/alex Enabled for text-like file formats and documented in README and doc.
2017-12-13 14:19:56 +01:00
\})
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 22ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API