All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
2 runtime ale_linters/bicep/az_bicep.vim
5 call ale#linter#Reset()
7 Execute(The az_bicep handler should handle basic warnings):
11 \ 'filename': '/tmp/nvimhxqs5D/1/dns.bicep',
15 \ 'code': 'no-unused-existing-resources',
16 \ 'text': 'Existing resource "asdasd" is declared but never used. [https://aka.ms/bicep/linter/no-unused-existing-resources]',
19 \ 'filename': '/tmp/nvimhxqs5D/1/dns.bicep',
24 \ 'text': 'Expected a new line character at this location.',
27 \ 'filename': '/tmp/cluster.bicep',
32 \ 'text': 'The provided value has no configured minimum length and may be too short to assign to a target with a configured minimum length of 1.',
35 \ ale_linters#bicep#az_bicep#Handle(1, [
36 \ '/tmp/nvimhxqs5D/1/dns.bicep(7,10) : Warning no-unused-existing-resources: Existing resource "asdasd" is declared but never used. [https://aka.ms/bicep/linter/no-unused-existing-resources]',
37 \ '/tmp/nvimhxqs5D/1/dns.bicep(106,6) : Error BCP019: Expected a new line character at this location.',
38 \ 'ERROR: /tmp/cluster.bicep(25,30) : Warning BCP334: The provided value has no configured minimum length and may be too short to assign to a target with a configured minimum length of 1.',