Make ruby linting less aggressive

This commit is contained in:
Talia 2020-08-20 15:33:23 +02:00
parent e809c1534c
commit fbd9a06bdd
1 changed files with 2 additions and 2 deletions

View File

@ -14,6 +14,6 @@ augroup RUBY
let b:linter = "sh -c \"rubocop --auto-correct -o /dev/null --stdin % 2>/dev/null | awk 'BEGIN { header=0 } // && header==1 { print $0 } /^====================$/ { header=1 }'\""
let b:undo_ftplugin .= " | unlet b:linter"
au InsertLeave <buffer> AsyncLint
" au CursorHoldI <buffer> AsyncLint
" au InsertLeave <buffer> AsyncLint
" au BufWritePre <buffer> Lint
augroup END