summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorCarl Smedstad <carl.smedstad@protonmail.com>2022-09-14 01:13:41 +0200
committerGitHub <noreply@github.com>2022-09-14 08:13:41 +0900
commit8e03ceecdc4151b6a85c004ce4ef699da0a1f57a (patch)
tree6f4df01e268eb985f7dd144b4edf3e9cd1539ceb /doc
parent77fcf9b2c270dd2c97fd175dbabed79a84114690 (diff)
downloadale-8e03ceecdc4151b6a85c004ce4ef699da0a1f57a.zip
Add support for Microsoft's DSL Bicep (#4310)
* Add support for Microsoft's DSL Bicep The compilation command 'bicep build' catches compilation errors as well as providing some lint warnings. Repository for Bicep: https://github.com/Azure/bicep * Different null file on Windows & hardcode commands
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-bicep.txt24
-rw-r--r--doc/ale-supported-languages-and-tools.txt2
-rw-r--r--doc/ale.txt2
3 files changed, 28 insertions, 0 deletions
diff --git a/doc/ale-bicep.txt b/doc/ale-bicep.txt
new file mode 100644
index 00000000..d26d67bc
--- /dev/null
+++ b/doc/ale-bicep.txt
@@ -0,0 +1,24 @@
+===============================================================================
+ALE Bicep Integration *ale-bicep-options*
+
+
+===============================================================================
+bicep *ale-bicep-bicep*
+
+g:ale_bicep_bicep_executable *g:ale_bicep_bicep_executable*
+ *b:ale_bicep_bicep_executable*
+ Type: |String|
+ Default: `'bicep'`
+
+ This variable can be set to change the path to bicep.
+
+
+g:ale_bicep_bicep_options *g:ale_bicep_bicep_options*
+ *b:ale_bicep_bicep_options*
+ Type: |String|
+ Default: `'build --outfile /dev/null'`
+
+ This variable can be set to pass additional options to bicep.
+
+===============================================================================
+ vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:
diff --git a/doc/ale-supported-languages-and-tools.txt b/doc/ale-supported-languages-and-tools.txt
index c7548f9f..080b7ec0 100644
--- a/doc/ale-supported-languages-and-tools.txt
+++ b/doc/ale-supported-languages-and-tools.txt
@@ -52,6 +52,8 @@ Notes:
* `buildifier`
* BibTeX
* `bibclean`
+* Bicep
+ * `bicep`
* BitBake
* `oelint-adv`
* Bourne Shell
diff --git a/doc/ale.txt b/doc/ale.txt
index ed3696d4..c20924be 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -2787,6 +2787,8 @@ documented in additional help files.
buildifier............................|ale-bazel-buildifier|
bib.....................................|ale-bib-options|
bibclean..............................|ale-bib-bibclean|
+ bicep...................................|ale-bicep-options|
+ bicep.................................|ale-bicep-bicep|
bitbake.................................|ale-bitbake-options|
oelint-adv............................|ale-bitbake-oelint_adv|
c.......................................|ale-c-options|