flake8-gl-codeclimate
Code Quality Reporter
Tool to generate standardized code quality reports in JSON format for use with Gitlab's Code Quality feature.
Flake8 formatter producing Gitlab Code Quality artifacts.
25 stars
1 watching
12 forks
Language: Python
last commit: about 1 year ago
Linked from 1 awesome list
codeclimateflake8flake8-plugingitlabgitlab-cipython
Related projects:
Repository | Description | Stars |
---|---|---|
paambaati/codeclimate-action | Automates code quality metrics reporting to CodeClimate | 202 |
pycqa/flake8-json | Formats Flake8 output as JSON with optional pretty-printing and CodeClimate support | 10 |
orsinium-labs/flake8-pylint | An extension for flake8 that integrates PyLint to check Python code quality and detect potential errors. | 8 |
s-weigand/flake8-nb | A tool to check Python code quality in Jupyter notebooks. | 28 |
orsinium-labs/flake8-codes | Tools to inspect error codes in Python code for linting and quality assurance | 14 |
wemake-services/flake8-eradicate | Automatically identifies and flags unused or commented-out code in Python projects. | 311 |
schlamar/flake8-todo | A Flake8 plugin that checks for TODO notes in Python code. | 30 |
pycqa/flake8-bugbear | A tool to identify likely bugs and design problems in Python code | 1,066 |
python-formate/flake8-encodings | A tool to identify encoding issues in Python code | 6 |
peterjc/flake8-black | A flake8 plugin that runs black to validate Python code style and enforce coding standards. | 165 |
orsinium-labs/flake8-warnings | Lints Python code to detect deprecated modules and functions. | 12 |
maxkrivich/flake8-github | A GitHub Actions extension that integrates Flake8 with the platform to provide clear error annotations during pull request reviews. | 5 |
ebeweber/flake8-mutable | An extension for flake8 to flag functions with mutable default arguments. | 44 |
flake8-implicit-str-concat/flake8-implicit-str-concat | A Flake8 plugin that checks for correct string literal concatenation in Python code. | 31 |
smarkets/flake8-strict | Plugin for static code analysis of Python code adhering to strict style rules | 10 |