-
Notifications
You must be signed in to change notification settings - Fork 2
/
author.yml
97 lines (92 loc) · 2.22 KB
/
author.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
---
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_.*