File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22Release Notes
33=============
44
5+ ---------------------------
6+ pkgcheck 0.7.2 (2019-12-20)
7+ ---------------------------
8+
9+ - pkgcheck scan: Change --filtered option to -f/--filter which supports both
10+ 'repo' and 'latest' arguments to filter scanned packages (#184).
11+
12+ - Fix ``pkgcheck scan --commits `` usage with overlays (#188).
13+
14+ - MissingUseDepDefault: Check unconditional use deps for missing defaults,
15+ previously only conditional flags were being checked.
16+
17+ - DuplicateEclassInherits: Add initial result for flagging duplicate eclass
18+ inherits.
19+
20+ - BadWhitespaceCharacter: Add initial result for flagging unicode whitespace in
21+ ebuilds that bash doesn't treat as regular whitespace.
22+
23+ - ProfilesCheck: Add support for validating package.deprecated entries.
24+
25+ - Use .git/info/exclude from repos in addition to .gitignore to ignore files
26+ for relevant checks.
27+
528---------------------------
629pkgcheck 0.7.1 (2019-11-30)
730---------------------------
Original file line number Diff line number Diff line change 11__title__ = 'pkgcheck'
2- __version__ = '0.7.1 '
2+ __version__ = '0.7.2 '
You can’t perform that action at this time.
0 commit comments