flake8-jira-todo-checker
Code checker
Automatically checks Python code for TODO comments with missing JIRA issue IDs
Flake8 plugin to check that every TODO, FIXME, QQ etc comment has a JIRA ID next to it.
7 stars
2 watching
0 forks
Language: Python
last commit: 5 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
and-semakin/flake8-pytestrail | Analyze Python code for missing or incorrectly formatted test identifiers for a testing framework. | 10 |
danielkusydev/flake8-ado | Automatically checks Python comments against AzureDevOps tickets | 7 |
adamchainz/flake8-logging | A Flake8 plugin that checks for issues related to logging in Python code | 79 |
tommilligan/flake8-fixme | Automatically detects and flags temporary notes in Python code to help maintain coding standards. | 18 |
tk0miya/flake8-coding | A plugin that checks coding comments in Python code for correctness and compliance with coding standards | 15 |
stummjr/flake8-scrapy | An integration of Flake8 and Scrapy to catch common coding issues in Spider projects | 19 |
jbkahn/flake8-debugger | A plugin that detects and warns about problematic debugger statements in Python code | 41 |
peterjc/flake8-black | A flake8 plugin that runs black to validate Python code style and enforce coding standards. | 166 |
pycqa/flake8-bugbear | A plugin that extends flake8 to detect design problems and likely bugs in Python code. | 1,066 |
johnfraney/flake8-markdown | A tool that checks Python code blocks in Markdown files for errors and syntax issues. | 23 |
jbkahn/flake8-print | A plugin to check Python print statements for coding style and errors | 121 |
zupo/flake8-mock | Checks Python code for non-existent mock methods used in testing | 16 |
s-weigand/flake8-nb | A tool to check Python code quality in Jupyter notebooks. | 28 |
jparise/flake8-author | Checks Python modules for author attributes and enforces configuration rules around their usage. | 3 |