summaryrefslogtreecommitdiff
path: root/test/linter/test_npmgroovylint.vader
blob: e87b209be238de9cfcafba5bd925617843c66c31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Before:
  Save b:ale_groovy_npmgroovylint_options

  call ale#assert#SetUpLinterTest('groovy', 'npmgroovylint')
  call ale#test#SetFilename('test.groovy')

After:
  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'