summaryrefslogtreecommitdiff
path: root/ale_linters
diff options
context:
space:
mode:
authorHoracio Sanson <horacio@allm.inc>2021-01-22 23:51:29 +0900
committerHoracio Sanson <horacio@allm.inc>2021-01-22 23:51:29 +0900
commit9bc4b468c20e91350cf1a6d3739f91f504e230ed (patch)
tree970d8a2062372ee662b0e25c7538f4fc1135fcce /ale_linters
parent4aa11cbc055ccbc18d2d48a944566b08d6815583 (diff)
downloadale-9bc4b468c20e91350cf1a6d3739f91f504e230ed.zip
Fix linter error
Diffstat (limited to 'ale_linters')
-rw-r--r--ale_linters/openapi/ibm_validator.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/ale_linters/openapi/ibm_validator.vim b/ale_linters/openapi/ibm_validator.vim
index c54741d2..446931a2 100644
--- a/ale_linters/openapi/ibm_validator.vim
+++ b/ale_linters/openapi/ibm_validator.vim
@@ -51,7 +51,7 @@ function! ale_linters#openapi#ibm_validator#Handle(buffer, lines) abort
endfunction
call ale#linter#Define('openapi', {
-\ 'name': 'ibm-validator',
+\ 'name': 'ibm_validator',
\ 'executable': {b -> ale#Var(b, 'openapi_ibm_validator_executable')},
\ 'command': function('ale_linters#openapi#ibm_validator#GetCommand'),
\ 'callback': 'ale_linters#openapi#ibm_validator#Handle',