Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Checker ruby/mri: Remove -T1 flag #2401

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion syntax_checkers/ruby/mri.vim
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ endfunction

function! SyntaxCheckers_ruby_mri_GetLocList() dict
let makeprg = self.makeprgBuild({
\ 'args': '-w -T1',
\ 'args': '-w',
\ 'args_after': '-c' })

"this is a hack to filter out a repeated useless warning in rspec files
Expand Down