Skip to content

Commit

Permalink
Fixed copy-paste misstakes and added filter to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
axhav committed Dec 18, 2024
1 parent 4298d0d commit 4e59a9b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions doc/ale-yaml.txt
Original file line number Diff line number Diff line change
Expand Up @@ -385,18 +385,24 @@ Options
g:ale_yaml_yq_executable *g:ale_yaml_yq_executable*
*b:ale_yaml_yq_executable*
Type: |String|
Default: `'gll'`
Default: `'yq'`

This variable can be set to change the path to gll.
This variable can be set to change the path to yq.


g:ale_yaml_yq_options *g:ale_yaml_yq_options*
*b:ale_yaml_yq_options*
Type: |String|
Default: `''`

This variable can be set to pass additional options to gll.
This variable can be set to pass additional options to yq.

g:ale_yaml_yq_filters *g:ale_yaml_yq_filters
*b:ale_yaml_yq_filters*
Type: |String|
Default: `'.'`

This option can be changed to pass additional filters to yq

===============================================================================
vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl:

0 comments on commit 4e59a9b

Please sign in to comment.