diff options
author | Horacio Sanson <horacio@allm.inc> | 2021-01-22 23:51:29 +0900 |
---|---|---|
committer | Horacio Sanson <horacio@allm.inc> | 2021-01-22 23:51:29 +0900 |
commit | 9bc4b468c20e91350cf1a6d3739f91f504e230ed (patch) | |
tree | 970d8a2062372ee662b0e25c7538f4fc1135fcce /ale_linters/openapi/ibm_validator.vim | |
parent | 4aa11cbc055ccbc18d2d48a944566b08d6815583 (diff) | |
download | ale-9bc4b468c20e91350cf1a6d3739f91f504e230ed.zip |
Fix linter error
Diffstat (limited to 'ale_linters/openapi/ibm_validator.vim')
-rw-r--r-- | ale_linters/openapi/ibm_validator.vim | 2 |
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', |