blob: 368ab702c4b265d1500a27c6420054809c963662 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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'
|