- 26 May, 2019 4 commits
-
-
Keith Maxwell authored
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
-
Leo authored
-
Leo authored
-
- 23 May, 2019 18 commits
-
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
-
Kevin Daudt authored
The amount of spaces before the line number can vary between different cat implementations. Account for that in the sed pattern that parses the output.
-
Kevin Daudt authored
-
Keith Maxwell authored
-
Kevin Daudt authored
Test 'empty global variable can be removed' is currently failing.
-
Leo authored
pkgname=
-
- 22 May, 2019 3 commits
- 21 May, 2019 1 commit
-
- 19 May, 2019 3 commits
-
-
Kevin Daudt authored
-
Leo authored
-
Leo authored
-
- 18 May, 2019 4 commits
- 13 May, 2019 3 commits
- 12 May, 2019 4 commits
-
-
Leo authored
-
Leo authored
-
Leo authored
-
Leo authored
- Don't match strings that don't start at the beginning of a line, it has a legitimate use-case of strings used in subpackages that need to be empty - But match empty strings that declare themselves empty by having "" as their value, this was previously ignored because it was how subpackages would declare themselves but it would miss lots of subpackages
-