Skip to main content

A pylint checker for reporting fixmes with Info level

Project description

Python CI

Pylint fixme info

A pylint plugin that emits info rather than warning for FIXME, TODO, and the like.

Usage

To use this plugin, either run pylint with --load-plugins=pylint_fixme_info --disable=fixme, or add the following to your pylintrc

[MASTER]
load-plugins = pylint_fixme_info

[MESSAGES CONTROL]
disable = fixme

Configuration

The following options are supported:

notes-info: List of note tags to take in consideration, separated by a comma. Default: FIXME,XXX,TODO
notes-info-rgx: Regular expression of note tags to take in consideration.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pylint-fixme-info-1.0.3.tar.gz (3.6 kB view hashes)

Uploaded Source

Built Distribution

pylint_fixme_info-1.0.3-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page