Files
ale/test/linter/test_starknet.vader
0xHyoga 0ea53870b6 cairo support (#4256)
* cairo support

* supported languages txt

* add cairo to ale.txt
2022-07-22 13:05:08 +09:00

14 lines
376 B
Plaintext

Before:
call ale#assert#SetUpLinterTest('cairo', 'starknet')
After:
call ale#assert#TearDownLinterTest()
Execute(The default command should be correct):
AssertLinter 'starknet-compile', 'starknet-compile %s'
Execute(Extra options should be supported):
let g:ale_cairo_starknet_options = '--config'
AssertLinter 'starknet-compile', 'starknet-compile --config %s'