about summary refs log tree commit diff
path: root/xlint
Commit message (Collapse)AuthorAgeFilesLines
...
* xlint: accept Public Domain as a licenseCameron Nemo2019-11-291-4/+4
| | | | Closes: #146 [via git-merge-pr]
* xlint: don't fail on meta templatesToyam Cox2019-10-201-1/+1
|
* xlint: check required-and-unique variablesLeah Neukirchen2019-10-201-0/+12
| | | | Closes #155.
* xlint: Ask to not install GPL family and Apache licensesPiotr Wójcik2019-09-131-0/+4
| | | | Closes: #152 [via git-merge-pr]
* xlint: improve message for non-SPDX licensesPiotr Wójcik2019-09-031-1/+1
| | | | Closes: #150 [via git-merge-pr]
* xlint: assert one newline at endPiotr Wójcik2019-07-301-0/+9
| | | | Closes: #144 [via git-merge-pr]
* xlint: read license list from LICENSE_LIST variablePiotr Wójcik2019-07-271-2/+3
| | | | Closes: #139 [via git-merge-pr]
* xlint: remove duplicated entry of revisionDoan Tran Cong Danh2019-07-011-1/+0
| | | | Signed-off-by: Doan Tran Cong Danh <congdanhqx@gmail.com>
* xlint: sync common hosting sites with xbps-srcPiotr Wójcik2019-06-301-3/+4
|
* xlint: deal with SPDX licenses.maxice82019-04-171-0/+13
|
* xlint: remove unrecognized variable.maxice82019-03-011-2/+0
| | | | | | | Recently all occurrences of noarch=yes have been replaced in a single 2k line commit. time to make sure nobody makes that mistake again.
* xlint: recognize archs=, stop caring about noarch= and replace it withmaxice82019-02-161-1/+3
| | | | archs=.
* xlint: add build_helpermaxice82019-01-261-0/+2
| | | | Closes: #118 [via git-merge-pr]
* xlint: add fetch_cmd to variable orderingmaxice82019-01-221-0/+1
| | | | Closes: #117 [via git-merge-pr]
* xlint: add fetch_cmd to list of acceptable variablesmaxice82019-01-221-0/+1
|
* xlint: refuse the SSPL licenseToyam Cox2019-01-161-0/+1
|
* xlint: don't enforce order for only_for_archsDuncaen2019-01-121-1/+1
| | | | Closes: #116 [via git-merge-pr]
* xlint: don't encourage large diffs by moving less used long variables from ↵Duncaen2019-01-111-2/+2
| | | | | | the end of the template into the middle, seperating build configuration and dependencies that are closely related Closes: #115 [via git-merge-pr]
* xlint: check for initial article in short_descPiotr Wójcik2019-01-031-0/+1
|
* xlint: Handle go_mod_mode in lintingNoel Cower2019-01-021-0/+2
| | | | Added to the go build style, so this ought to be supported.
* xlint: advise on usage of py3_sitelibmaxice82018-12-071-0/+1
| | | | Closes: #109 [via git-merge-pr]
* xlint: change variables orderPiotr Wójcik2018-12-011-40/+45
| | | | | | | | create_wrksrc after wrksrc and before build_wrksrc bootstrap anywhere only_for_archs, conf_files and make_dirs according to xnew Closes: #103 [via git-merge-pr]
* xlint: warn when variables should be placed at endPiotr Wójcik2018-12-011-2/+2
|
* xlint: correct pycompile_* variables orderPiotr Wójcik2018-10-311-0/+2
|
* xlint: check variables orderPiotr Wójcik2018-10-291-0/+76
| | | | Closes: #100 [via git-merge-pr]
* xlint: check header line formatPiotr Wójcik2018-10-291-0/+8
|
* xlint: Refuse quoted pkgname and versionPiotr Wójcik2018-10-291-0/+2
| | | | Except when they use variable substitution
* xlint: allow NGPL licenseLeah Neukirchen2018-08-311-1/+1
| | | | Fixes #97.
* xlint: realize skiprdeps is a variableToyam Cox2018-08-051-0/+1
|
* xlint: check if version in distfiles is a non variableJohn Zimmermann2018-06-191-0/+2
| | | | Closes: #93 [via git-merge-pr]
* xlint: changelog is now a variable.maxice82018-05-031-0/+1
|
* xlint: scan for KDE_SITE usage.maxice82018-04-221-0/+1
|
* xlint: warn on git archives with .zipToyam Cox2018-02-141-0/+1
|
* xlint: add make_check_args, make_check_targetLeah Neukirchen2017-11-201-0/+2
| | | | Closes #71.
* xlint: acknowledge checkdepends variableToyam Cox2017-11-061-0/+1
| | | | Closes #69
* xlint: require use of vlicense for AGPLKarl Nilsson2017-10-271-1/+1
|
* xlint: version must not contain or use shell substitution mechanismyopito2017-09-241-0/+1
| | | | Closes: #67 [via git-merge-pr]
* xlint: don't warn on vbin with different permissionsLeah Neukirchen2017-07-241-1/+1
| | | | Fixes #64.
* xlint: add sanity check for revertsMichael Gehring2017-07-171-0/+2
| | | | Closes: #62 [via git-merge-pr]
* xlint: add $XBPS_FETCH_CMD to known variablesLeah Neukirchen2017-07-111-0/+1
|
* xlint: make $SOURCEFORGE_SITE check more preciseLeah Neukirchen2017-07-111-1/+1
| | | | Closes #61.
* xlint: enforce no @users.noreply.github.com addressesToyam Cox2017-06-171-0/+1
|
* xlint: remove obsolete systemd_servicesLeah Neukirchen2017-05-241-1/+0
|
* xlint: remove duplicate dependsLeah Neukirchen2017-05-241-1/+0
|
* xlint: add make_use_env v0.46Leah Neukirchen2017-05-171-0/+1
|
* xlint: add go_get v0.45Leah Neukirchen2017-01-121-1/+2
|
* xlint: allow python_versionMichael Gehring2016-11-281-1/+1
|
* xlint: refuse whitespace at start of short_descToyam Cox2016-08-021-0/+1
| | | | Closes: #46 [via git-merge-pr]
* xlint: add go_ldflags variableDuncaen2016-06-081-0/+1
| | | | Closes: #43 [via git-merge-pr]
* xlint: fix version special char checkToyam Cox2016-03-301-1/+1
| | | | Closes: #40 [via git-merge-pr]