McCabe checker, plugin for flint
Project description
This module provides a plugin for flint, the Python code checker.
Plugin for Flint
When both flint and flint-mccabe are installed, the plugin is available in flint:
$ flint --version 0.1 (pep8: 1.4.2, pyflakes: 0.6.1, mccabe: 0.2)
By default the plugin is disabled. Use the --max-complexity switch to enable it. It will emit a warning if the McCabe complexity of a function is higher that the value:
$ flint --max-complexity 10 coolproject ... coolproject/mod.py:1204:1: C901 'CoolFactory.prepare' is too complex (14)
This feature is quite useful to detect over-complex code. According to McCabe, anything that goes beyond 10 is too complex.
Changes
0.2 - 2013-02-23
Release the package mccabe and depend on it.
0.1 - 2013-02-11
First release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
flint-mccabe-0.2.tar.gz
(2.0 kB
view details)
File details
Details for the file flint-mccabe-0.2.tar.gz
.
File metadata
- Download URL: flint-mccabe-0.2.tar.gz
- Upload date:
- Size: 2.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ed97152a52c94af237e326ac683a7fd5f7e553b9b0e5c4d1e1a63378ae40af82 |
|
MD5 | d74950833c5a8acc62af4dadd4985e9f |
|
BLAKE2b-256 | b289af7221065c9dad8e1d112a7642581819ed92cb9ca5a3b05bf543d8f64ec7 |