Skip to content

Fix tests for underscore prefix

Keith Maxwell requested to merge github/fork/maxwell-k/test/prefix into master

Before this change apkbuild-lint finds an extra error in the test data:

<file>:3: prefix custom variable with _: foo=
<file>:3: variable set to empty string: foo=

After this change only the desired error is found:

<file>:3: prefix custom variable with _: foo=example

Merge request reports