Merge pull request #18 from gradha/pr_silences_babel_paths_during_checks
Disables hints for check command.
This commit is contained in:
commit
aa586b5397
1 changed files with 1 additions and 1 deletions
|
|
@ -202,7 +202,7 @@ endf
|
|||
|
||||
" Syntastic syntax checking
|
||||
fun! SyntaxCheckers_nimrod_nimrod_GetLocList()
|
||||
let makeprg = 'nimrod check ' . s:CurrentNimrodFile()
|
||||
let makeprg = 'nimrod check --hints:off ' . s:CurrentNimrodFile()
|
||||
let errorformat = &errorformat
|
||||
|
||||
return SyntasticMake({ 'makeprg': makeprg, 'errorformat': errorformat })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue