mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-08 21:44:47 +08:00
Merge pull request #244 from icgood/fix-perlcritic-typo-exception
Fix typo in perlcritic linter dictionary
This commit is contained in:
@@ -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',
|
||||||
\})
|
\})
|
||||||
|
|||||||
Reference in New Issue
Block a user