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

11 lines
304 B
VimL
Raw Normal View History

Add Ruby MRI linter (#453) * Added ruby mri linter * Added to the list of supported linters * Async and now with 4 spaces * Vader tests for ruby * Match style choices * Vader test for the Ruby handler now works and passes
2017-04-08 05:24:20 -05:00
" Author: Brandon Roehl - https://github.com/BrandonRoehl
" Description: Ruby MRI for Ruby files
call ale#linter#Define('ruby', {
\ 'name': 'ruby',
\ 'executable': 'ruby',
\ 'output_stream': 'stderr',
\ 'command': 'ruby -w -c -T1 %t',
Add erb linter (#497) * Add eruby linter * Update README with erb linter * Fix example and contributions * Remove trailing newline * Fix for Vimscript style guide * Eruby-linter: codereview with @w0rp - read from stderro output_stream * Eruby-linter: codereview => add handler for ruby * Eruby-linter: codereview - eruby and ruby lint use the same ruby-handler (removes duplicated handling logic) * Eruby-linter: try to fix tests
2017-04-25 19:38:02 +02:00
\ 'callback': 'ale#handlers#ruby#HandleSyntaxErrors',
Add Ruby MRI linter (#453) * Added ruby mri linter * Added to the list of supported linters * Async and now with 4 spaces * Vader tests for ruby * Match style choices * Vader test for the Ruby handler now works and passes
2017-04-08 05:24:20 -05:00
\})
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 170ms Template: 2ms
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