mirror of
https://github.com/koalaman/shellcheck
synced 2025-07-30 11:39:20 -07:00
New IO interface to scan for Gentoo eclass vars
Uses the `portageq` command to scan for repositories, which in turn are scanned for eclasses, which are then scanned for eclass variables. The variables are scanned using a heuristic which looks for "# @ECLASS_VARIABLE: " at the start of each line, which means only properly documented variables will be found. Signed-off-by: hololeap <hololeap@users.noreply.github.com>
This commit is contained in:
parent
e3d8483e49
commit
08ae7ef836
2 changed files with 159 additions and 0 deletions
|
@ -97,6 +97,7 @@ library
|
|||
ShellCheck.Regex
|
||||
other-modules:
|
||||
Paths_ShellCheck
|
||||
ShellCheck.PortageVariables
|
||||
ShellCheck.PortageAutoInternalVariables
|
||||
default-language: Haskell98
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue