mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 12:44:23 +08:00
Add support for npm-groovy-lint (#4495)
* Add support for npm-groovy-lint * Add doc and tests for npm-groovy-lint * Use ale#util#FuzzyJSONDecode instead of json_decode
This commit is contained in:
20
test/linter/test_npmgroovylit.vader
Normal file
20
test/linter/test_npmgroovylit.vader
Normal file
@@ -0,0 +1,20 @@
|
||||
Before:
|
||||
Save b:ale_groovy_npmgroovylint_options
|
||||
|
||||
call ale#assert#SetUpLinterTest('groovy', 'npmgroovylint')
|
||||
call ale#test#SetFilename('test.groovy')
|
||||
|
||||
After:
|
||||
Restore
|
||||
|
||||
call ale#assert#TearDownLinterTest()
|
||||
|
||||
Execute(The default npm-groovy-lint command should be correct):
|
||||
AssertLinter 'npm-groovy-lint',
|
||||
\ ale#Escape('npm-groovy-lint') . ' --failon none --output json --loglevel warning %t'
|
||||
|
||||
Execute(Default options should be configurable):
|
||||
let b:ale_groovy_npmgroovylint_options = '--loglevel info'
|
||||
|
||||
AssertLinter 'npm-groovy-lint',
|
||||
\ ale#Escape('npm-groovy-lint') . ' --failon none --output json --loglevel info %t'
|
||||
Reference in New Issue
Block a user