summaryrefslogtreecommitdiff
path: root/test/linter/test_naga.vader
blob: bf91604b1267778ef071c97a7fc41081e2e41eab (plain)
1
2
3
4
5
6
7
8
9
10
Before:
  call ale#assert#SetUpLinterTest('wgsl', 'naga')

After:
  call ale#assert#TearDownLinterTest()

Execute(The naga command should be customizable):
  let g:ale_wgsl_naga_executable = '/path/to/naga'
  AssertLinter '/path/to/naga',
  \ ale#Escape('/path/to/naga') . ' --stdin-file-path %s'