summaryrefslogtreecommitdiff
path: root/doc/ale-powershell.txt
diff options
context:
space:
mode:
authorDavid Houston <houstdav000@gmail.com>2021-11-18 17:41:05 -0500
committerGitHub <noreply@github.com>2021-11-19 07:41:05 +0900
commitea643b97ab08e571a543f4bd89cd3170f3f288e2 (patch)
treef701724bf0911b445107fc5caa23d6d1503de260 /doc/ale-powershell.txt
parentaee0cc45bea7f190c27f0fc06f98a465ecff56fa (diff)
downloadale-ea643b97ab08e571a543f4bd89cd3170f3f288e2.zip
Add cspell Linter (#3981)
* Add cspell linter Add cspell linter, with the languages it supports. Signed-off-by: David Houston <houstdav000@gmail.com> * Add cspell Global Variables Documentation Add documentation to /doc/ale.txt with cspell configuration options. Signed-off-by: David Houston <houstdav000@gmail.com> * Add cspell to docs, Minor Cleanup Add cspell for each supported language, adding some spaces and removing others when caught navigating the file. Signed-off-by: David Houston <houstdav000@gmail.com>
Diffstat (limited to 'doc/ale-powershell.txt')
-rw-r--r--doc/ale-powershell.txt15
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/ale-powershell.txt b/doc/ale-powershell.txt
index 485c9bd0..46bc6cfb 100644
--- a/doc/ale-powershell.txt
+++ b/doc/ale-powershell.txt
@@ -3,10 +3,16 @@ ALE PowerShell Integration *ale-powershell-options*
===============================================================================
+cspell *ale-powershell-cspell*
+
+See |ale-cspell-options|
+
+
+===============================================================================
powershell *ale-powershell-powershell*
-g:ale_powershell_powershell_executable *g:ale_powershell_powershell_executable*
- *b:ale_powershell_powershell_executable*
+g:ale_powershell_powershell_executable *g:ale_powershell_powershell_executable*
+ *b:ale_powershell_powershell_executable*
Type: String
Default: `'pwsh'`
@@ -33,7 +39,7 @@ g:ale_powershell_psscriptanalyzer_executable
Default: `'pwsh'`
This variable sets executable used for powershell.
-
+
For example, on Windows you could set powershell to be Windows Powershell:
>
let g:ale_powershell_psscriptanalyzer_executable = 'powershell.exe'
@@ -49,7 +55,7 @@ g:ale_powershell_psscriptanalyzer_module
for psscriptanalyzer invocation.
-g:ale_powershell_psscriptanalyzer_exclusions
+g:ale_powershell_psscriptanalyzer_exclusions
*g:ale_powershell_psscriptanalyzer_exclusions*
*b:ale_powershell_psscriptanalyzer_exclusions*
Type: |String|
@@ -65,6 +71,5 @@ g:ale_powershell_psscriptanalyzer_exclusions
\ 'PSAvoidUsingWriteHost,PSAvoidGlobalVars'
<
-
===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: