Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • P Pacman
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
    • Locked files
  • Issues 13
    • Issues 13
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Merge requests 23
    • Merge requests 23
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Pacman
  • Pacman
  • Repository
  • pacman
  • scripts
  • Makefile.am
Find file BlameHistoryPermalink
  • Eli Schwartz's avatar
    libmakepkg: Add basic rules to lint makepkg.conf variables · f054351e
    Eli Schwartz authored Mar 14, 2018 and Allan McRae's avatar Allan McRae committed Mar 15, 2018
    
    
    Currently the only things we check are:
    
    - Things that should be arrays, are not strings, and vice versa (this
      was mostly copy-pasted from the similar code in lint_pkgbuild).
    - Variables that are meant to contain pathname components cannot contain
      a newline character, because newline characters in pathnames are weird
      and also don't play well with future changes intended for the
      --packagelist option.
    
    Signed-off-by: Eli Schwartz's avatarEli Schwartz <eschwartz@archlinux.org>
    Signed-off-by: Allan McRae's avatarAllan McRae <allan@archlinux.org>
    f054351e