mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
cairo support (#4256)
* cairo support * supported languages txt * add cairo to ale.txt
This commit is contained in:
13
test/linter/test_starknet.vader
Normal file
13
test/linter/test_starknet.vader
Normal file
@@ -0,0 +1,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'
|
||||
Reference in New Issue
Block a user