Skip to content

Commit

Permalink
Merge pull request zah#18 from gradha/pr_silences_babel_paths_during_…
Browse files Browse the repository at this point in the history
…checks

Disables hints for check command.
  • Loading branch information
zah committed Mar 8, 2014
2 parents e27dd52 + 6de870a commit aa586b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autoload/nimrod.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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 })
Expand Down

0 comments on commit aa586b5

Please sign in to comment.