We've been hard at work on documenting all of the awesome things that you can do with our custom rules. We've reworked our documentation and written up how you can start enforcing the Google Python Style Guide in your team right now.
Our other notable improvement this time round is a new summary view when you run
the review
command using our
Command Line Interface.
review
command / overview: summary view.review
default output: 1 line per issue, with standard format links to
issue locations. You can use the --verbose
flag to get a detailed output
with each issue's description and diff.merge-isinstance
refactoring will now apply to chains of or
operators.review
command now validates that include
and exclude
rules
exist in either the core ruleset or the config file being used.Ellipsis
as ...
, fixing
Issue #273False
in an if
test
was followed by elif branchesset-comprehension
.
Fixes Issue #271.ignore
directories in the docssourcery init
: Use new syntax in the
no-print-statements
rule