---
pod_spelling_system:
  skip: 0
  # list of words that are spelled correctly
  # (regardless of what spell check thinks)
  # or stuff that I like to spell incorrectly
  # intentionally
  stopwords:
    - CMAKE
    - rpath
    - unsets
    - validator
    - xml
    - zipballs
    - AutoConf
    - CFLAGS
    - CMake
    - Ceccarelli
    - Fandi
    - Flavio
    - Gianni
    - Kang
    - Kumar
    - Liu
    - MidLifeXis
    - Mughal
    - Pavel
    - Petr
    - Písař
    - Poletti
    - Shaydo
    - Shipp
    - Vikas
    - Wightman
    - Zaki
    - ambs
    - dakkar
    - gugod
    - mohawk
    - nshp
    - polettix
    - ppisar
    - salva
    - trinitum
    - vikasnkumar
    - zmughal
    - zwon
    - Mertens
    - Mithaldu
    - Nunberg
    - Walde
    - mnunberg
    - mordy
    - autoconf
    - bourne
    - dists
    - de
    - facto
    - kmx
    - pkgconfig
    - integrators
    - cryptographic
    - alienized

pod_coverage:
  skip: 0
  # format is "Class#method" or "Class",regex allowed
  # for either Class or method.
  private:
    - Alien::Base::ModuleBuild::Cabinet
    - Alien::Base::ModuleBuild::File
    - Alien::Base::ModuleBuild::Repository.*
    - Alien::Base::ModuleBuild::Utils

    # these are just overriden methods
    - Alien::Base::ModuleBuild#new
    - Alien::Base::ModuleBuild#do_system
    - Alien::Base::ModuleBuild#process_share_dir_files

    # these are just private methods that probably should have had a prefix
    - Alien::Base::ModuleBuild#alien_validate_repo
    - Alien::Base::ModuleBuild#alien_configure
    - Alien::Base::ModuleBuild#alien_create_repositories
    - Alien::Base::ModuleBuild#alien_detect_blib_scheme
    - Alien::Base::ModuleBuild#alien_exec_prefix
    - Alien::Base::ModuleBuild#alien_find_lib_paths
    - Alien::Base::ModuleBuild#alien_generate_manual_pkgconfig
    - Alien::Base::ModuleBuild#alien_init_temp_dir
    - Alien::Base::ModuleBuild#alien_library_destination
    - Alien::Base::ModuleBuild#alien_load_pkgconfig
    - Alien::Base::ModuleBuild#alien_refresh_manual_pkgconfig
    - Alien::Base::ModuleBuild#alien_refresh_packlist
    - Alien::Base::ModuleBuild#alien_relocation_fixup

    # these probabl should be documented in ABMB, but aren't.
    - Alien::Base::ModuleBuild#ACTION_.*