Closed gabor-boros closed 2 years ago
Code Climate has analyzed commit 09a19968 and detected 2 issues on this pull request.
Here's the issue category breakdown:
Category | Count |
---|---|
Duplication | 2 |
The test coverage on the diff in this pull request is 95.6% (75% is the threshold).
This pull request will bring the total coverage in the repository to 74.8% (2.0% change).
View more on Code Climate.
Description
This PR refactors the way of tag parsing works and removes not needed arguments.
Supporting information
The tag parsing configuration was too verbose and did not add any extra value. By simplifying the tag parsing it is easier to maintain.
Dependencies
N/A
Screenshots
N/A
Testing instructions
minutes
as without the remove config optionOther information
This PR unifies the empty regex checking as well.
Checklist