Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • abuild abuild
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 64
    • Issues 64
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 38
    • Merge requests 38
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • alpinealpine
  • abuildabuild
  • Merge requests
  • !129

abuild: add licence exclusions

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed alice requested to merge psykose/abuild:lint-licence into master Dec 22, 2021
  • Overview 2
  • Commits 1
  • Pipelines 1
  • Changes 1

some software is public domain but spdx does not contain an identifier
for this, which means all of them needlessly throw lint errors

some other software has a custom yet non-spdx identified licence, and
the same applies

this should silence the lint warnings for these two cases. yes, there is a (undocumented in APKBUILD(5)) !spdx, but this disables all checks- something might be some_license OR custom, etc

Edited Dec 26, 2021 by alice
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: lint-licence