Merge pull request #244 from icgood/fix-perlcritic-typo-exception
Fix typo in perlcritic linter dictionary
This commit is contained in:
commit
ed43b17201
@ -35,7 +35,7 @@ endfunction
|
|||||||
call ale#linter#Define('perl', {
|
call ale#linter#Define('perl', {
|
||||||
\ 'name': 'perlcritic',
|
\ 'name': 'perlcritic',
|
||||||
\ 'executable': 'perlcritic',
|
\ 'executable': 'perlcritic',
|
||||||
\ 'output_stream': 'sdtout',
|
\ 'output_stream': 'stdout',
|
||||||
\ 'command': 'perlcritic --verbose 3 --nocolor',
|
\ 'command': 'perlcritic --verbose 3 --nocolor',
|
||||||
\ 'callback': 'ale_linters#perl#perlcritic#Handle',
|
\ 'callback': 'ale_linters#perl#perlcritic#Handle',
|
||||||
\})
|
\})
|
||||||
|
Loading…
Reference in New Issue
Block a user