[![Python CI](https://github.com/mxmeinhold/pylint-fixme-info/actions/workflows/python-ci.yml/badge.svg)](https://github.com/mxmeinhold/pylint-fixme-info/actions/workflows/python-ci.yml)
# 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
```toml
[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.
```
Raw data
{
"_id": null,
"home_page": "https://github.com/mxmeinhold/pylint-fixme-info",
"name": "pylint-fixme-info",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "pylint, linting",
"author": "Max Meinhold",
"author_email": "mxmeinhold@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/7f/89/ecb3d47a14c124bdfe52c2af2b7532007e67d1791e284a03e348baf35d39/pylint_fixme_info-1.0.4.tar.gz",
"platform": null,
"description": "[![Python CI](https://github.com/mxmeinhold/pylint-fixme-info/actions/workflows/python-ci.yml/badge.svg)](https://github.com/mxmeinhold/pylint-fixme-info/actions/workflows/python-ci.yml)\n# Pylint fixme info\nA pylint plugin that emits info rather than warning for FIXME, TODO, and the like.\n\n## Usage\nTo use this plugin, either run pylint with `--load-plugins=pylint_fixme_info --disable=fixme`, or add the following to your pylintrc\n```toml\n[MASTER]\nload-plugins = pylint_fixme_info\n\n[MESSAGES CONTROL]\ndisable = fixme\n```\n\n## Configuration\nThe following options are supported:\n```\nnotes-info: List of note tags to take in consideration, separated by a comma. Default: FIXME,XXX,TODO\nnotes-info-rgx: Regular expression of note tags to take in consideration.\n```\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "A pylint checker for reporting fixmes with Info level",
"version": "1.0.4",
"project_urls": {
"Bug Tracker": "https://github.com/mxmeinhold/pylint-fixme-info/issues",
"Homepage": "https://github.com/mxmeinhold/pylint-fixme-info"
},
"split_keywords": [
"pylint",
" linting"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c7150aea6beb109077067ffdf66f2c75f5c29317824d99b91656d97fa9be3a7f",
"md5": "ef00414bbb082e4f1788e072acfef7f1",
"sha256": "bbf12d31ad4e3a1439169d3e42ba2aeba11ef68bb8d07ab50322ce081a531e1f"
},
"downloads": -1,
"filename": "pylint_fixme_info-1.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ef00414bbb082e4f1788e072acfef7f1",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 3965,
"upload_time": "2024-07-03T00:18:38",
"upload_time_iso_8601": "2024-07-03T00:18:38.467673Z",
"url": "https://files.pythonhosted.org/packages/c7/15/0aea6beb109077067ffdf66f2c75f5c29317824d99b91656d97fa9be3a7f/pylint_fixme_info-1.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7f89ecb3d47a14c124bdfe52c2af2b7532007e67d1791e284a03e348baf35d39",
"md5": "11caa40aacb781fb9ad77cdd48ee93a7",
"sha256": "f9887c313d28bb9569c3f5bca82e78b4a7af7b555d4d7842cf251fa5cfe4cafb"
},
"downloads": -1,
"filename": "pylint_fixme_info-1.0.4.tar.gz",
"has_sig": false,
"md5_digest": "11caa40aacb781fb9ad77cdd48ee93a7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 3598,
"upload_time": "2024-07-03T00:18:43",
"upload_time_iso_8601": "2024-07-03T00:18:43.064436Z",
"url": "https://files.pythonhosted.org/packages/7f/89/ecb3d47a14c124bdfe52c2af2b7532007e67d1791e284a03e348baf35d39/pylint_fixme_info-1.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-03 00:18:43",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mxmeinhold",
"github_project": "pylint-fixme-info",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "pylint-fixme-info"
}