Commit 7e44620
committed
fix: resolve workspace folder in config path for better compatibility
see #66
this allows use of relative path to the config file and variable use and makes the following valid configuration options:
{
vale.valeCLI.config: /home/patrick/github.com/davidsneighbour/kollitsch.dev/src/config/vale/vale.ini,
vale.valeCLI.config: /src/config/vale/vale.ini,
vale.valeCLI.config: ./src/config/vale/vale.ini,
}
Signed-off-by: Patrick Kollitsch <[email protected]>1 parent ada0aea commit 7e44620
1 file changed
+19
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
151 | 169 | | |
152 | | - | |
| 170 | + | |
153 | 171 | | |
154 | 172 | | |
155 | 173 | | |
| |||
0 commit comments