awelzel / flake8-gl-codeclimate

Flake8 formatter producing Gitlab Code Quality artifacts.
MIT License
25 stars 12 forks source link

JSON file must contain severity keyword #3

Closed justinTM closed 2 years ago

justinTM commented 3 years ago

Current:

The Code Quality report artifact JSON file must contain an array of objects with the following properties:

Name Description
✅ description A description of the code quality violation.
✅ fingerprint A unique fingerprint to identify the code quality violation. For example, an MD5 hash.
❌ severity A severity string (can be info, minor, major, critical, or blocker).
✅ location.path The relative path to the file containing the code quality violation.
✅ location.lines.begin or location.positions.begin.line The line on which the code quality violation occurred.

https://github.com/awelzel/flake8-gl-codeclimate/blob/4eaaf623747ca2c76700951a692e12781aaffb65/flake8_gl_codeclimate/__init__.py#L101

awelzel commented 2 years ago

Closed via #4 .