Skip to content

Commit

Permalink
update news
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Jan 28, 2021
1 parent ddacd67 commit dc0c5f6
Showing 1 changed file with 22 additions and 2 deletions.
24 changes: 22 additions & 2 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,29 @@ Release Notes
=============

---------------------------
pkgcheck 0.8.0 (2021-??-??)
pkgcheck 0.8.0 (2021-01-27)
---------------------------

- Add Style priority level for keywords that's between Warning and Info levels.

- EclassDocMissingVar: Ignore underscore-prefixed vars as it's assumed these are
internal only.

- pkgcheck scan: Add support for profiles path target restrictions. Now
``pkgcheck scan`` can be pointed at dir and file targets inside the profiles
directory and relevant checks will be run against them. Note that dir targets
will run checks against all path descendents.

- pkgcheck scan: Add support for incremental profile scanning. This means all
profile changes will get run against relevant checks when using ``pkgcheck
scan --commits``.

- GentooRepoCheck: Allow specifically selected checks to override skip (#261).

- pkgcheck scan: Add support to forcibly disable all pkg filters via passing
'false', 'no', or 'n'. This provides the ability to disable any filters that
would otherwise be enabled by default.

- pkgcheck scan: Support checkset and check args for the --exit option.

- Use arches from profiles.desc instead of pulling them from make.defaults
Expand Down Expand Up @@ -39,7 +59,7 @@ pkgcheck 0.8.0 (2021-??-??)

- pkgcheck scan: Re-add support for -C/--checksets option that must be defined
in the CHECKSETS config section. Also, move 'all' and 'net' aliases from
-c/--checks to virtual checksets.
-c/--checks to virtual checksets.

- MisplacedEclassVar: Add support for flagging misplaced @PRE_INHERIT eclass
variables in ebuilds.
Expand Down

0 comments on commit dc0c5f6

Please sign in to comment.