Naoki Kumagai
Results
3
issues of
Naoki Kumagai
Fixes #2040 Evaluate some environment variables ($ENV_VARS) in the script's path. Strings surrounded by `%` and `%` are treated as environment variables for Windows, and strings starting with `$` are...
S-waiting-on-review
Fixes #571 Allow rules in 'rules.conf' to start and end with spaces. It also allowed lines with only spaces. ```rules.conf $ cat -A rules.conf allow $ $ ``` I would...