Skip to content

Commit

Permalink
Explicitly enable Ale's Perl linter
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Feb 27, 2018
1 parent 89a039a commit 13537b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ let g:go_highlight_types = 1
let g:go_fmt_fail_silently = 1 " Ale handles this already

" gometalinter is off by default
let g:ale_linters = {'go': ['gofmt', 'golint', 'go vet', 'gometalinter'] }
let g:ale_linters = {'go': ['gofmt', 'golint', 'go vet', 'gometalinter'], 'perl': ['perl','perlcritic'] }

autocmd FileType go nmap <leader>t <Plug>(go-test)
autocmd FileType go nmap <leader>b <Plug>(go-build)
Expand Down

0 comments on commit 13537b8

Please sign in to comment.