Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Polyconseil/pylint-strict-informational

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pylint Strict Informational

As of pylint 2.9.0, the fail-on=I configuration option can be used instead of this plugin. Therefore, this plugin is deprecated.

Pylint plugin to make it fail when an informational message (the "I" category) is found.

Pylint >= 2.4.0 is required (in order for pylint.constants module to exist).

Usage:

  1. Install with pip install pylint-strict-informational.
  2. Add the plugin to the pyint configuration file (here in TOML):

    [tool.pylint.MASTER]
    load-plugins = [
        "pylint_strict_informational",
    ]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages